#653D3B

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

Shades of Sanguine Brown #653D3B

Tints of Sanguine Brown #653D3B

Color information

#653D3B (or 0x653D3B) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3D and 3B. RGB value is (101,61,59). Sum of RGB (Red+Green+Blue) = 101+61+59=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D3B is #9AC2C4. Grayscale: #484848. Windows color (decimal): -10142405 or 3882341. OLE color: 3882341.

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

Color convert

RGB1016159-
CMYK00.400.420.60
HSL2.86º26.25%31.37%-
HSV(B)2.86º41.58%39.61%-
XYZ7.826.424.96-
YUV72.73120.25148.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 61 (24.22% from 255) = 27.60%
BLUE value IS 59 (23.44% from 255) = 26.70%
R=45.70%
G=27.60%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101615900.400.420.602.8626.2531.37
Hex653D3B0282A3C31a1f
Octal1457573050527433237
Binary11001011111011110110101000101010111100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653D3B; }

 p { color: rgb(101,61,59); }

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

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

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

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

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

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

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