#733E32

Color #733E32 Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #733E32

Tints of Crown Of Thorns #733E32

Color information

#733E32 (or 0x733E32) is unknown color: approx Crown Of Thorns. HEX triplet: 73, 3E and 32. RGB value is (115,62,50). Sum of RGB (Red+Green+Blue) = 115+62+50=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #733E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E32 is #8CC1CD. Grayscale: #4C4C4C. Windows color (decimal): -9224654 or 3292787. OLE color: 3292787.

HSL color Cylindrical-coordinate representation of color #733E32: hue angle of 11.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733E32 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1156250-
CMYK00.460.570.55
HSL11.08º39.39%32.35%-
HSV(B)11.08º56.52%45.1%-
XYZ9.377.323.94-
YUV76.48113.06155.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=50.66%
G=27.31%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115625000.460.570.5511.0839.3932.35
Hex733E3202E3937b2720
Octal16376620567167134740
Binary111001111111011001001011101110011101111011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733E32; }

 p { color: rgb(115,62,50); }

 H1.HeaderClassName
 {
   color: #733E32;
 }
 .AnyTagClassName
 {
   color: #733E32;
 }
</style>
background-color css

<style>
 a { background-color: #733E32; }

 a { background-color: rgb(115,62,50); }

 div.DivClassName
 {
   background-color: #733E32;
 }
 .BgClassName
 {
   background-color: #733E32;
 }
</style>
border-color css

<style>
 span { border-color: #733E32; }

 span { border-color: rgb(115,62,50); }

 td.TdClassName
 {
   border-color: #733E32;
 }
 .TagClassName
 {
   border-color: #733E32;
 }
</style>