#76362F

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

Shades of Crown Of Thorns #76362F

Tints of Crown Of Thorns #76362F

Color information

#76362F (or 0x76362F) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 36 and 2F. RGB value is (118,54,47). Sum of RGB (Red+Green+Blue) = 118+54+47=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76362F is #89C9D0. Grayscale: #484848. Windows color (decimal): -9030097 or 3094134. OLE color: 3094134.

HSL color Cylindrical-coordinate representation of color #76362F: hue angle of 5.92º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76362F is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1185447-
CMYK00.540.600.54
HSL5.92º43.03%32.35%-
HSV(B)5.92º60.17%46.27%-
XYZ9.36.73.49-
YUV72.34113.7160.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=53.88%
G=24.66%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118544700.540.600.545.9243.0332.35
Hex76362F0363C3662b20
Octal1666657066746665340
Binary11101101101101011110110110111100110110110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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