#773A2C

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

Shades of Crown Of Thorns #773A2C

Tints of Crown Of Thorns #773A2C

Color information

#773A2C (or 0x773A2C) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3A and 2C. RGB value is (119,58,44). Sum of RGB (Red+Green+Blue) = 119+58+44=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #773A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773A2C is #88C5D3. Grayscale: #4A4A4A. Windows color (decimal): -8963540 or 2898551. OLE color: 2898551.

HSL color Cylindrical-coordinate representation of color #773A2C: hue angle of 11.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773A2C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1195844-
CMYK00.510.630.53
HSL11.2º46.01%31.96%-
HSV(B)11.2º63.03%46.67%-
XYZ9.587.133.25-
YUV74.64110.71159.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=53.85%
G=26.24%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119584400.510.630.5311.246.0131.96
Hex773A2C0333F35b2e20
Octal16772540637765135640
Binary111011111101010110001100111111111101011011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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