#78392D

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

Shades of Crown Of Thorns #78392D

Tints of Crown Of Thorns #78392D

Color information

#78392D (or 0x78392D) is unknown color: approx Crown Of Thorns. HEX triplet: 78, 39 and 2D. RGB value is (120,57,45). Sum of RGB (Red+Green+Blue) = 120+57+45=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #78392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78392D is #87C6D2. Grayscale: #4A4A4A. Windows color (decimal): -8898259 or 2963832. OLE color: 2963832.

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

Color convert

RGB1205745-
CMYK00.520.630.53
HSL9.6º45.45%32.35%-
HSV(B)9.6º62.5%47.06%-
XYZ9.687.113.34-
YUV74.47111.37160.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=54.05%
G=25.68%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120574500.520.630.539.645.4532.35
Hex78392D0343F35a2d20
Octal17071550647765125540
Binary111100011100110110101101001111111101011010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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