#773B2F

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

Shades of Crown Of Thorns #773B2F

Tints of Crown Of Thorns #773B2F

Color information

#773B2F (or 0x773B2F) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 3B and 2F. RGB value is (119,59,47). Sum of RGB (Red+Green+Blue) = 119+59+47=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B2F is #88C4D0. Grayscale: #4B4B4B. Windows color (decimal): -8963281 or 3095415. OLE color: 3095415.

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

Color convert

RGB1195947-
CMYK00.500.610.53
HSL10º43.37%32.55%-
HSV(B)10º60.5%46.67%-
XYZ9.687.263.58-
YUV75.57111.88158.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=52.89%
G=26.22%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119594700.500.610.531043.3732.55
Hex773B2F0323D35a2b21
Octal16773570627565125341
Binary111011111101110111101100101111011101011010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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