#763C34

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

Shades of Crown Of Thorns #763C34

Tints of Crown Of Thorns #763C34

Color information

#763C34 (or 0x763C34) is unknown color: approx Crown Of Thorns. HEX triplet: 76, 3C and 34. RGB value is (118,60,52). Sum of RGB (Red+Green+Blue) = 118+60+52=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #763C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C34 is #89C3CB. Grayscale: #4C4C4C. Windows color (decimal): -9028556 or 3423350. OLE color: 3423350.

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

Color convert

RGB1186052-
CMYK00.490.560.54
HSL7.27º38.82%33.33%-
HSV(B)7.27º55.93%46.27%-
XYZ9.717.334.15-
YUV76.43114.22157.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=51.30%
G=26.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118605200.490.560.547.2738.8233.33
Hex763C34031383672721
Octal1667464061706674741
Binary11101101111001101000110001111000110110111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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