#773938

Color #773938 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #773938

Tints of Sanguine Brown #773938

Color information

#773938 (or 0x773938) is unknown color: approx Sanguine Brown. HEX triplet: 77, 39 and 38. RGB value is (119,57,56). Sum of RGB (Red+Green+Blue) = 119+57+56=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #773938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773938 is #88C6C7. Grayscale: #4B4B4B. Windows color (decimal): -8963784 or 3684727. OLE color: 3684727.

HSL color Cylindrical-coordinate representation of color #773938: hue angle of 0.95º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773938 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1195756-
CMYK00.520.530.53
HSL0.95º36%34.31%-
HSV(B)0.95º52.94%46.67%-
XYZ9.787.134.6-
YUV75.42117.04159.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.29%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=51.29%
G=24.57%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119575600.520.530.530.953634.31
Hex773938034353512422
Octal1677170064656514442
Binary111011111100111100001101001101011101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773938; }

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

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

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

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

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

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

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

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