#773A31

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

Shades of Crown Of Thorns #773A31

Tints of Crown Of Thorns #773A31

Color information

#773A31 (or 0x773A31) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3A and 31. RGB value is (119,58,49). Sum of RGB (Red+Green+Blue) = 119+58+49=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A31 is #88C5CE. Grayscale: #4B4B4B. Windows color (decimal): -8963535 or 3226231. OLE color: 3226231.

HSL color Cylindrical-coordinate representation of color #773A31: hue angle of 7.71º 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 #773A31 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1195849-
CMYK00.510.590.53
HSL7.71º41.67%32.94%-
HSV(B)7.71º58.82%46.67%-
XYZ9.687.173.78-
YUV75.21113.21159.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 58 (23.05% from 255) = 25.66%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=52.65%
G=25.66%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119584900.510.590.537.7141.6732.94
Hex773A310333B3582a21
Octal16772610637365105241
Binary111011111101011000101100111110111101011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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