#773635

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

Shades of Sanguine Brown #773635

Tints of Sanguine Brown #773635

Color information

#773635 (or 0x773635) is unknown color: approx Sanguine Brown. HEX triplet: 77, 36 and 35. RGB value is (119,54,53). Sum of RGB (Red+Green+Blue) = 119+54+53=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #773635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773635 is #88C9CA. Grayscale: #494949. Windows color (decimal): -8964555 or 3487351. OLE color: 3487351.

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

Color convert

RGB1195453-
CMYK00.550.550.53
HSL0.91º38.37%33.73%-
HSV(B)0.91º55.46%46.67%-
XYZ9.576.824.18-
YUV73.32116.53160.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 52.65%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=52.65%
G=23.89%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119545300.550.550.530.9138.3733.73
Hex773635037373512622
Octal1676665067676514642
Binary111011111011011010101101111101111101011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773635; }

 p { color: rgb(119,54,53); }

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

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

 a { background-color: rgb(119,54,53); }

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

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

 span { border-color: rgb(119,54,53); }

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