#603A39

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

Shades of Sanguine Brown #603A39

Tints of Sanguine Brown #603A39

Color information

#603A39 (or 0x603A39) is unknown color: approx Sanguine Brown. HEX triplet: 60, 3A and 39. RGB value is (96,58,57). Sum of RGB (Red+Green+Blue) = 96+58+57=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A39 is #9FC5C6. Grayscale: #454545. Windows color (decimal): -10470855 or 3750496. OLE color: 3750496.

HSL color Cylindrical-coordinate representation of color #603A39: hue angle of 1.54º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603A39 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB965857-
CMYK00.400.410.62
HSL1.54º25.49%30%-
HSV(B)1.54º40.62%37.65%-
XYZ7.085.814.62-
YUV69.25121.09147.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=45.50%
G=27.49%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96585700.400.410.621.5425.4930
Hex603A39028293E2191e
Octal1407271050517623136
Binary11000001110101110010101000101001111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603A39; }

 p { color: rgb(96,58,57); }

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

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

 a { background-color: rgb(96,58,57); }

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

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

 span { border-color: rgb(96,58,57); }

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