#653935

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

Shades of Sanguine Brown #653935

Tints of Sanguine Brown #653935

Color information

#653935 (or 0x653935) is unknown color: approx Sanguine Brown. HEX triplet: 65, 39 and 35. RGB value is (101,57,53). Sum of RGB (Red+Green+Blue) = 101+57+53=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #653935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653935 is #9AC6CA. Grayscale: #454545. Windows color (decimal): -10143435 or 3488101. OLE color: 3488101.

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

Color convert

RGB1015753-
CMYK00.440.480.60
HSL31.17%30.2%-
HSV(B)47.52%39.61%-
XYZ7.475.954.12-
YUV69.7118.58150.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 57 (22.66% from 255) = 27.01%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=47.87%
G=27.01%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101575300.440.480.60531.1730.2
Hex65393502C303C51f1e
Octal1457165054607453736
Binary110010111100111010101011001100001111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653935; }

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

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

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

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

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

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

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

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