#764036

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

Shades of Crown Of Thorns #764036

Tints of Crown Of Thorns #764036

Color information

#764036 (or 0x764036) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 40 and 36. RGB value is (118,64,54). Sum of RGB (Red+Green+Blue) = 118+64+54=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764036 is #89BFC9. Grayscale: #4F4F4F. Windows color (decimal): -9027530 or 3555446. OLE color: 3555446.

HSL color Cylindrical-coordinate representation of color #764036: hue angle of 9.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #764036 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1186454-
CMYK00.460.540.54
HSL9.38º37.21%33.73%-
HSV(B)9.38º54.24%46.27%-
XYZ9.977.784.47-
YUV79.01113.89155.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=50%
G=27.12%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118645400.460.540.549.3837.2133.73
Hex76403602E363692522
Octal166100660566666114542
Binary1110110100000011011001011101101101101101001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764036; }

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

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

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

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

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

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

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

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