#764136

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

Shades of Crown Of Thorns #764136

Tints of Crown Of Thorns #764136

Color information

#764136 (or 0x764136) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 41 and 36. RGB value is (118,65,54). Sum of RGB (Red+Green+Blue) = 118+65+54=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764136 is #89BEC9. Grayscale: #4F4F4F. Windows color (decimal): -9027274 or 3555702. OLE color: 3555702.

HSL color Cylindrical-coordinate representation of color #764136: hue angle of 10.31º 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 #764136 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1186554-
CMYK00.450.540.54
HSL10.31º37.21%33.73%-
HSV(B)10.31º54.24%46.27%-
XYZ10.037.94.49-
YUV79.59113.56155.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.79%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=49.79%
G=27.43%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118655400.450.540.5410.3137.2133.73
Hex76413602D3636a2522
Octal166101660556666124542
Binary1110110100000111011001011011101101101101010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764136; }

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

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

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

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

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

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

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

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