#773931

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

Shades of Crown Of Thorns #773931

Tints of Crown Of Thorns #773931

Color information

#773931 (or 0x773931) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 39 and 31. RGB value is (119,57,49). Sum of RGB (Red+Green+Blue) = 119+57+49=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773931 is #88C6CE. Grayscale: #4A4A4A. Windows color (decimal): -8963791 or 3225975. OLE color: 3225975.

HSL color Cylindrical-coordinate representation of color #773931: hue angle of 6.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #773931 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1195749-
CMYK00.520.590.53
HSL6.86º41.67%32.94%-
HSV(B)6.86º58.82%46.67%-
XYZ9.637.073.76-
YUV74.63113.54159.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=52.89%
G=25.33%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119574900.520.590.536.8641.6732.94
Hex7739310343B3572a21
Octal1677161064736575241
Binary11101111110011100010110100111011110101111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773931; }

 p { color: rgb(119,57,49); }

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

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

 a { background-color: rgb(119,57,49); }

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

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

 span { border-color: rgb(119,57,49); }

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