#78362F

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

Shades of Crown Of Thorns #78362F

Tints of Crown Of Thorns #78362F

Color information

#78362F (or 0x78362F) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 36 and 2F. RGB value is (120,54,47). Sum of RGB (Red+Green+Blue) = 120+54+47=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #78362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78362F is #87C9D0. Grayscale: #494949. Windows color (decimal): -8899025 or 3094136. OLE color: 3094136.

HSL color Cylindrical-coordinate representation of color #78362F: hue angle of 5.75º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78362F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1205447-
CMYK00.550.610.53
HSL5.75º43.71%32.75%-
HSV(B)5.75º60.83%47.06%-
XYZ9.586.843.5-
YUV72.94113.37161.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.30%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=54.30%
G=24.43%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120544700.550.610.535.7543.7132.75
Hex78362F0373D3562c21
Octal1706657067756565441
Binary11110001101101011110110111111101110101110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78362F; }

 p { color: rgb(120,54,47); }

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

<style>
 a { background-color: #78362F; }

 a { background-color: rgb(120,54,47); }

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

<style>
 span { border-color: #78362F; }

 span { border-color: rgb(120,54,47); }

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