#653A38

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

Shades of Sanguine Brown #653A38

Tints of Sanguine Brown #653A38

Color information

#653A38 (or 0x653A38) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3A and 38. RGB value is (101,58,56). Sum of RGB (Red+Green+Blue) = 101+58+56=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #653A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A38 is #9AC5C7. Grayscale: #464646. Windows color (decimal): -10143176 or 3684965. OLE color: 3684965.

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

Color convert

RGB1015856-
CMYK00.430.450.60
HSL2.67º28.66%30.78%-
HSV(B)2.67º44.55%39.61%-
XYZ7.596.084.51-
YUV70.63119.75149.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=46.98%
G=26.98%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101585600.430.450.602.6728.6630.78
Hex653A3802B2D3C31d1f
Octal1457270053557433537
Binary11001011110101110000101011101101111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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