#773D31

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

Shades of Crown Of Thorns #773D31

Tints of Crown Of Thorns #773D31

Color information

#773D31 (or 0x773D31) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3D and 31. RGB value is (119,61,49). Sum of RGB (Red+Green+Blue) = 119+61+49=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #773D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D31 is #88C2CE. Grayscale: #4D4D4D. Windows color (decimal): -8962767 or 3226999. OLE color: 3226999.

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

Color convert

RGB1196149-
CMYK00.490.590.53
HSL10.29º41.67%32.94%-
HSV(B)10.29º58.82%46.67%-
XYZ9.837.483.83-
YUV76.97112.22157.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 49 (19.53% from 255) = 21.40%
R=51.97%
G=26.64%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119614900.490.590.5310.2941.6732.94
Hex773D310313B35a2a21
Octal16775610617365125241
Binary111011111110111000101100011110111101011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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