#763E34

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

Shades of Crown Of Thorns #763E34

Tints of Crown Of Thorns #763E34

Color information

#763E34 (or 0x763E34) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3E and 34. RGB value is (118,62,52). Sum of RGB (Red+Green+Blue) = 118+62+52=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E34 is #89C1CB. Grayscale: #4D4D4D. Windows color (decimal): -9028044 or 3423862. OLE color: 3423862.

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

Color convert

RGB1186252-
CMYK00.470.560.54
HSL9.09º38.82%33.33%-
HSV(B)9.09º55.93%46.27%-
XYZ9.817.544.19-
YUV77.6113.55156.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=50.86%
G=26.72%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118625200.470.560.549.0938.8233.33
Hex763E3402F383692721
Octal16676640577066114741
Binary111011011111011010001011111110001101101001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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