#763D3C

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

Shades of Sanguine Brown #763D3C

Tints of Sanguine Brown #763D3C

Color information

#763D3C (or 0x763D3C) is unknown color: approx Sanguine Brown. HEX triplet: 76, 3D and 3C. RGB value is (118,61,60). Sum of RGB (Red+Green+Blue) = 118+61+60=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D3C is #89C2C3. Grayscale: #4D4D4D. Windows color (decimal): -9028292 or 3947894. OLE color: 3947894.

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

Color convert

RGB1186160-
CMYK00.480.490.54
HSL1.03º32.58%34.9%-
HSV(B)1.03º49.15%46.27%-
XYZ9.967.525.2-
YUV77.93117.88156.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 61 (24.22% from 255) = 25.52%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=49.37%
G=25.52%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118616000.480.490.541.0332.5834.9
Hex763D3C030313612123
Octal1667574060616614143
Binary111011011110111110001100001100011101101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,60); }

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

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

 a { background-color: rgb(118,61,60); }

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

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

 span { border-color: rgb(118,61,60); }

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