#763E32

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

Shades of Crown Of Thorns #763E32

Tints of Crown Of Thorns #763E32

Color information

#763E32 (or 0x763E32) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3E and 32. RGB value is (118,62,50). Sum of RGB (Red+Green+Blue) = 118+62+50=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E32 is #89C1CD. Grayscale: #4D4D4D. Windows color (decimal): -9028046 or 3292790. OLE color: 3292790.

HSL color Cylindrical-coordinate representation of color #763E32: hue angle of 10.59º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763E32 is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1186250-
CMYK00.470.580.54
HSL10.59º40.48%32.94%-
HSV(B)10.59º57.63%46.27%-
XYZ9.777.533.96-
YUV77.38112.55156.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=51.30%
G=26.96%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118625000.470.580.5410.5940.4832.94
Hex763E3202F3A36b2821
Octal16676620577266135041
Binary111011011111011001001011111110101101101011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,62,50); }

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

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

 a { background-color: rgb(118,62,50); }

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

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

 span { border-color: rgb(118,62,50); }

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