#763534

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

Shades of Sanguine Brown #763534

Tints of Sanguine Brown #763534

Color information

#763534 (or 0x763534) is unknown color: approx Sanguine Brown. HEX triplet: 76, 35 and 34. RGB value is (118,53,52). Sum of RGB (Red+Green+Blue) = 118+53+52=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763534 is #89CACB. Grayscale: #484848. Windows color (decimal): -9030348 or 3421558. OLE color: 3421558.

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

Color convert

RGB1185352-
CMYK00.550.560.54
HSL0.91º38.82%33.33%-
HSV(B)0.91º55.93%46.27%-
XYZ9.366.654.04-
YUV72.32116.53160.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=52.91%
G=23.77%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118535200.550.560.540.9138.8233.33
Hex763534037383612721
Octal1666564067706614741
Binary111011011010111010001101111110001101101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763534; }

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

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

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

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

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

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

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

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