#653C38

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

Shades of Sanguine Brown #653C38

Tints of Sanguine Brown #653C38

Color information

#653C38 (or 0x653C38) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3C and 38. RGB value is (101,60,56). Sum of RGB (Red+Green+Blue) = 101+60+56=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #653C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C38 is #9AC3C7. Grayscale: #474747. Windows color (decimal): -10142664 or 3685477. OLE color: 3685477.

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

Color convert

RGB1016056-
CMYK00.410.450.60
HSL5.33º28.66%30.78%-
HSV(B)5.33º44.55%39.61%-
XYZ7.76.284.55-
YUV71.8119.08148.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 60 (23.83% from 255) = 27.65%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=46.54%
G=27.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101605600.410.450.605.3328.6630.78
Hex653C380292D3C51d1f
Octal1457470051557453537
Binary110010111110011100001010011011011111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,56); }

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

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

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

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

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

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

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