#763C38

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

Shades of Crown Of Thorns #763C38

Tints of Crown Of Thorns #763C38

Color information

#763C38 (or 0x763C38) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3C and 38. RGB value is (118,60,56). Sum of RGB (Red+Green+Blue) = 118+60+56=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C38 is #89C3C7. Grayscale: #4C4C4C. Windows color (decimal): -9028552 or 3685494. OLE color: 3685494.

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

Color convert

RGB1186056-
CMYK00.490.530.54
HSL3.87º35.63%34.12%-
HSV(B)3.87º52.54%46.27%-
XYZ9.87.374.65-
YUV76.89116.22157.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=50.43%
G=25.64%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118605600.490.530.543.8735.6334.12
Hex763C38031353642422
Octal1667470061656644442
Binary11101101111001110000110001110101110110100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,56); }

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

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

 a { background-color: rgb(118,60,56); }

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

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

 span { border-color: rgb(118,60,56); }

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