#763E38

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

Shades of Crown Of Thorns #763E38

Tints of Crown Of Thorns #763E38

Color information

#763E38 (or 0x763E38) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3E and 38. RGB value is (118,62,56). Sum of RGB (Red+Green+Blue) = 118+62+56=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E38 is #89C1C7. Grayscale: #4E4E4E. Windows color (decimal): -9028040 or 3686006. OLE color: 3686006.

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

Color convert

RGB1186256-
CMYK00.470.530.54
HSL5.81º35.63%34.12%-
HSV(B)5.81º52.54%46.27%-
XYZ9.917.584.68-
YUV78.06115.55156.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=50%
G=26.27%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118625600.470.530.545.8135.6334.12
Hex763E3802F353662422
Octal1667670057656664442
Binary11101101111101110000101111110101110110110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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