#78392E

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

Shades of Crown Of Thorns #78392E

Tints of Crown Of Thorns #78392E

Color information

#78392E (or 0x78392E) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 39 and 2E. RGB value is (120,57,46). Sum of RGB (Red+Green+Blue) = 120+57+46=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #78392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78392E is #87C6D1. Grayscale: #4A4A4A. Windows color (decimal): -8898258 or 3029368. OLE color: 3029368.

HSL color Cylindrical-coordinate representation of color #78392E: hue angle of 8.92º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78392E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1205746-
CMYK00.520.620.53
HSL8.92º44.58%32.55%-
HSV(B)8.92º61.67%47.06%-
XYZ9.77.123.45-
YUV74.58111.87160.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=53.81%
G=25.56%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120574600.520.620.538.9244.5832.55
Hex78392E0343E3592d21
Octal17071560647665115541
Binary111100011100110111001101001111101101011001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78392E; }

 p { color: rgb(120,57,46); }

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

<style>
 a { background-color: #78392E; }

 a { background-color: rgb(120,57,46); }

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

<style>
 span { border-color: #78392E; }

 span { border-color: rgb(120,57,46); }

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