#773B32

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

Shades of Crown Of Thorns #773B32

Tints of Crown Of Thorns #773B32

Color information

#773B32 (or 0x773B32) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3B and 32. RGB value is (119,59,50). Sum of RGB (Red+Green+Blue) = 119+59+50=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #773B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B32 is #88C4CD. Grayscale: #4C4C4C. Windows color (decimal): -8963278 or 3292023. OLE color: 3292023.

HSL color Cylindrical-coordinate representation of color #773B32: hue angle of 7.83º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773B32 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1195950-
CMYK00.500.580.53
HSL7.83º40.83%33.14%-
HSV(B)7.83º57.98%46.67%-
XYZ9.757.283.91-
YUV75.91113.38158.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.19%
GREEN value IS 59 (23.44% from 255) = 25.88%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=52.19%
G=25.88%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119595000.500.580.537.8340.8333.14
Hex773B320323A3582921
Octal16773620627265105141
Binary111011111101111001001100101110101101011000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,59,50); }

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

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

 a { background-color: rgb(119,59,50); }

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

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

 span { border-color: rgb(119,59,50); }

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