#763B3A

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

Shades of Sanguine Brown #763B3A

Tints of Sanguine Brown #763B3A

Color information

#763B3A (or 0x763B3A) is unknown color: approx Sanguine Brown. HEX triplet: 76, 3B and 3A. RGB value is (118,59,58). Sum of RGB (Red+Green+Blue) = 118+59+58=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B3A is #89C4C5. Grayscale: #4C4C4C. Windows color (decimal): -9028806 or 3816310. OLE color: 3816310.

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

Color convert

RGB1185958-
CMYK00.500.510.54
HSL34.09%34.51%-
HSV(B)50.85%46.27%-
XYZ9.87.284.89-
YUV76.53117.55157.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 59 (23.44% from 255) = 25.11%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=50.21%
G=25.11%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118595800.500.510.54134.0934.51
Hex763B3A032333612223
Octal1667372062636614243
Binary111011011101111101001100101100111101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763B3A; }

 p { color: rgb(118,59,58); }

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

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

 a { background-color: rgb(118,59,58); }

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

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

 span { border-color: rgb(118,59,58); }

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