#793E31

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

Shades of Crown Of Thorns #793E31

Tints of Crown Of Thorns #793E31

Color information

#793E31 (or 0x793E31) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 3E and 31. RGB value is (121,62,49). Sum of RGB (Red+Green+Blue) = 121+62+49=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #793E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E31 is #86C1CE. Grayscale: #4E4E4E. Windows color (decimal): -8831439 or 3227257. OLE color: 3227257.

HSL color Cylindrical-coordinate representation of color #793E31: hue angle of 10.83º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793E31 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1216249-
CMYK00.490.600.53
HSL10.83º42.35%33.33%-
HSV(B)10.83º59.5%47.45%-
XYZ10.167.733.86-
YUV78.16111.55158.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=52.16%
G=26.72%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121624900.490.600.5310.8342.3533.33
Hex793E310313C35b2a21
Octal17176610617465135241
Binary111100111111011000101100011111001101011011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793E31; }

 p { color: rgb(121,62,49); }

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

<style>
 a { background-color: #793E31; }

 a { background-color: rgb(121,62,49); }

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

<style>
 span { border-color: #793E31; }

 span { border-color: rgb(121,62,49); }

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