#773831

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

Shades of Crown Of Thorns #773831

Tints of Crown Of Thorns #773831

Color information

#773831 (or 0x773831) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 38 and 31. RGB value is (119,56,49). Sum of RGB (Red+Green+Blue) = 119+56+49=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #773831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773831 is #88C7CE. Grayscale: #4A4A4A. Windows color (decimal): -8964047 or 3225719. OLE color: 3225719.

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

Color convert

RGB1195649-
CMYK00.530.590.53
HSL41.67%32.94%-
HSV(B)58.82%46.67%-
XYZ9.586.973.75-
YUV74.04113.87160.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=53.12%
G=25%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119564900.530.590.53641.6732.94
Hex7738310353B3562a21
Octal1677061065736565241
Binary11101111110001100010110101111011110101110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773831; }

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

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

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

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

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

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

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

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