#763736

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

Shades of Sanguine Brown #763736

Tints of Sanguine Brown #763736

Color information

#763736 (or 0x763736) is unknown color: approx Sanguine Brown. HEX triplet: 76, 37 and 36. RGB value is (118,55,54). Sum of RGB (Red+Green+Blue) = 118+55+54=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #763736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763736 is #89C8C9. Grayscale: #494949. Windows color (decimal): -9029834 or 3553142. OLE color: 3553142.

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

Color convert

RGB1185554-
CMYK00.530.540.54
HSL0.94º37.21%33.73%-
HSV(B)0.94º54.24%46.27%-
XYZ9.56.854.31-
YUV73.72116.87159.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=51.98%
G=24.23%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118555400.530.540.540.9437.2133.73
Hex763736035363612522
Octal1666766065666614542
Binary111011011011111011001101011101101101101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763736; }

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

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

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

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

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

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

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

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