#653939

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

Shades of Sanguine Brown #653939

Tints of Sanguine Brown #653939

Color information

#653939 (or 0x653939) is unknown color: approx Sanguine Brown. HEX triplet: 65, 39 and 39. RGB value is (101,57,57). Sum of RGB (Red+Green+Blue) = 101+57+57=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #653939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653939 is #9AC6C6. Grayscale: #464646. Windows color (decimal): -10143431 or 3750245. OLE color: 3750245.

HSL color Cylindrical-coordinate representation of color #653939: hue angle of 0º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #653939 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.60.

Color convert

RGB1015757-
CMYK00.440.440.60
HSL27.85%30.98%-
HSV(B)43.56%39.61%-
XYZ7.575.994.63-
YUV70.16120.58150-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 57 (22.66% from 255) = 26.51%
R=46.98%
G=26.51%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101575700.440.440.60027.8530.98
Hex65393902C2C3C01c1f
Octal1457171054547403437
Binary1100101111001111001010110010110011110001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653939; }

 p { color: rgb(101,57,57); }

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

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

 a { background-color: rgb(101,57,57); }

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

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

 span { border-color: rgb(101,57,57); }

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