#653838

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

Shades of Sanguine Brown #653838

Tints of Sanguine Brown #653838

Color information

#653838 (or 0x653838) is unknown color: approx Sanguine Brown. HEX triplet: 65, 38 and 38. RGB value is (101,56,56). Sum of RGB (Red+Green+Blue) = 101+56+56=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #653838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653838 is #9AC7C7. Grayscale: #454545. Windows color (decimal): -10143688 or 3684453. OLE color: 3684453.

HSL color Cylindrical-coordinate representation of color #653838: hue angle of 0º 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 #653838 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB1015656-
CMYK00.450.450.60
HSL28.66%30.78%-
HSV(B)44.55%39.61%-
XYZ7.495.884.48-
YUV69.46120.41150.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=47.42%
G=26.29%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101565600.450.450.60028.6630.78
Hex65383802D2D3C01d1f
Octal1457070055557403537
Binary1100101111000111000010110110110111110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653838; }

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

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

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

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

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

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

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

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