#773832

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

Shades of Crown Of Thorns #773832

Tints of Crown Of Thorns #773832

Color information

#773832 (or 0x773832) is unknown color: approx Crown Of Thorns. HEX triplet: 77, 38 and 32. RGB value is (119,56,50). Sum of RGB (Red+Green+Blue) = 119+56+50=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #773832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773832 is #88C7CD. Grayscale: #4A4A4A. Windows color (decimal): -8964046 or 3291255. OLE color: 3291255.

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

Color convert

RGB1195650-
CMYK00.530.580.53
HSL5.22º40.83%33.14%-
HSV(B)5.22º57.98%46.67%-
XYZ9.66.983.86-
YUV74.15114.37159.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.89%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=52.89%
G=24.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119565000.530.580.535.2240.8333.14
Hex7738320353A3552921
Octal1677062065726555141
Binary11101111110001100100110101111010110101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773832; }

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

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

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

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

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

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

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

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