#79392c

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

Shades of Crown Of Thorns #79392C

Tints of Crown Of Thorns #79392C

Color information

#79392C (or 0x79392C) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 39 and 2C. RGB value is (121,57,44). Sum of RGB (Red+Green+Blue) = 121+57+44=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79392C is #86C6D3. Grayscale: #4A4A4A. Windows color (decimal): -8832724 or 2898297. OLE color: 2898297.

HSL color Cylindrical-coordinate representation of color #79392C: hue angle of 10.13º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79392C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1215744-
CMYK00.530.640.53
HSL10.13º46.67%32.35%-
HSV(B)10.13º63.64%47.45%-
XYZ9.87.173.25-
YUV74.65110.7161.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=54.50%
G=25.68%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121574400.530.640.5310.1346.6732.35
Hex79392C0354035a2f20
Octal171715406510065125740
Binary1111001111001101100011010110000001101011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79392c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79392c; }

 p { color: rgb(121,57,44); }

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

<style>
 a { background-color: #79392c; }

 a { background-color: rgb(121,57,44); }

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

<style>
 span { border-color: #79392c; }

 span { border-color: rgb(121,57,44); }

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