#773631

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

Shades of Crown Of Thorns #773631

Tints of Crown Of Thorns #773631

Color information

#773631 (or 0x773631) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 36 and 31. RGB value is (119,54,49). Sum of RGB (Red+Green+Blue) = 119+54+49=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #773631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773631 is #88C9CE. Grayscale: #484848. Windows color (decimal): -8964559 or 3225207. OLE color: 3225207.

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

Color convert

RGB1195449-
CMYK00.550.590.53
HSL4.29º41.67%32.94%-
HSV(B)4.29º58.82%46.67%-
XYZ9.486.783.72-
YUV72.86114.53160.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=53.60%
G=24.32%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119544900.550.590.534.2941.6732.94
Hex7736310373B3542a21
Octal1676661067736545241
Binary11101111101101100010110111111011110101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773631; }

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

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

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

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

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

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

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

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