#773B36

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

Shades of Crown Of Thorns #773B36

Tints of Crown Of Thorns #773B36

Color information

#773B36 (or 0x773B36) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3B and 36. RGB value is (119,59,54). Sum of RGB (Red+Green+Blue) = 119+59+54=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B36 is #88C4C9. Grayscale: #4C4C4C. Windows color (decimal): -8963274 or 3554167. OLE color: 3554167.

HSL color Cylindrical-coordinate representation of color #773B36: hue angle of 4.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773B36 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1195954-
CMYK00.500.550.53
HSL4.62º37.57%33.92%-
HSV(B)4.62º54.62%46.67%-
XYZ9.847.324.38-
YUV76.37115.38158.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=51.29%
G=25.43%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119595400.500.550.534.6237.5733.92
Hex773B36032373552622
Octal1677366062676554642
Binary11101111110111101100110010110111110101101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B36; }

 p { color: rgb(119,59,54); }

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

<style>
 a { background-color: #773B36; }

 a { background-color: rgb(119,59,54); }

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

<style>
 span { border-color: #773B36; }

 span { border-color: rgb(119,59,54); }

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