#773D33

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

Shades of Crown Of Thorns #773D33

Tints of Crown Of Thorns #773D33

Color information

#773D33 (or 0x773D33) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3D and 33. RGB value is (119,61,51). Sum of RGB (Red+Green+Blue) = 119+61+51=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #773D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D33 is #88C2CC. Grayscale: #4D4D4D. Windows color (decimal): -8962765 or 3358071. OLE color: 3358071.

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

Color convert

RGB1196151-
CMYK00.490.570.53
HSL8.82º40%33.33%-
HSV(B)8.82º57.14%46.67%-
XYZ9.877.54.06-
YUV77.2113.22157.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 61 (24.22% from 255) = 26.41%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=51.52%
G=26.41%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119615100.490.570.538.824033.33
Hex773D33031393592821
Octal16775630617165115041
Binary111011111110111001101100011110011101011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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