#403027

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

Shades of Slugger #403027

Tints of Slugger #403027

Color information

#403027 (or 0x403027) is unknown color: approx Slugger. HEX triplet: 40, 30 and 27. RGB value is (64,48,39). Sum of RGB (Red+Green+Blue) = 64+48+39=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #403027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403027 is #BFCFD8. Grayscale: #333333. Windows color (decimal): -12570585 or 2568256. OLE color: 2568256.

HSL color Cylindrical-coordinate representation of color #403027: hue angle of 21.6º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403027 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB644839-
CMYK00.250.390.75
HSL21.6º24.27%20.2%-
HSV(B)21.6º39.06%25.1%-
XYZ3.543.352.38-
YUV51.76120.8136.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=42.38%
G=31.79%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483900.250.390.7521.624.2720.2
Hex403027019274B161814
Octal100604703147113263024
Binary10000001100001001110110011001111001011101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403027; }

 p { color: rgb(64,48,39); }

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

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

 a { background-color: rgb(64,48,39); }

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

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

 span { border-color: rgb(64,48,39); }

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