#763735

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

Shades of Sanguine Brown #763735

Tints of Sanguine Brown #763735

Color information

#763735 (or 0x763735) is unknown color: approx Sanguine Brown. HEX triplet: 76, 37 and 35. RGB value is (118,55,53). Sum of RGB (Red+Green+Blue) = 118+55+53=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #763735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763735 is #89C8CA. Grayscale: #494949. Windows color (decimal): -9029835 or 3487606. OLE color: 3487606.

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

Color convert

RGB1185553-
CMYK00.530.550.54
HSL1.85º38.01%33.53%-
HSV(B)1.85º55.08%46.27%-
XYZ9.486.844.19-
YUV73.61116.37159.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=52.21%
G=24.34%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555300.530.550.541.8538.0133.53
Hex763735035373622622
Octal1666765065676624642
Binary1110110110111110101011010111011111011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763735; }

 p { color: rgb(118,55,53); }

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

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

 a { background-color: rgb(118,55,53); }

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

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

 span { border-color: rgb(118,55,53); }

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