#763F36

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

Shades of Crown Of Thorns #763F36

Tints of Crown Of Thorns #763F36

Color information

#763F36 (or 0x763F36) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3F and 36. RGB value is (118,63,54). Sum of RGB (Red+Green+Blue) = 118+63+54=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F36 is #89C0C9. Grayscale: #4E4E4E. Windows color (decimal): -9027786 or 3555190. OLE color: 3555190.

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

Color convert

RGB1186354-
CMYK00.470.540.54
HSL8.44º37.21%33.73%-
HSV(B)8.44º54.24%46.27%-
XYZ9.917.674.45-
YUV78.42114.22156.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=50.21%
G=26.81%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118635400.470.540.548.4437.2133.73
Hex763F3602F363682522
Octal16677660576666104542
Binary111011011111111011001011111101101101101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763F36; }

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

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

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

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

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

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

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

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