#403127

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

Shades of Slugger #403127

Tints of Slugger #403127

Color information

#403127 (or 0x403127) is unknown color: approx Slugger. HEX triplet: 40, 31 and 27. RGB value is (64,49,39). Sum of RGB (Red+Green+Blue) = 64+49+39=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403127 is #BFCED8. Grayscale: #343434. Windows color (decimal): -12570329 or 2568512. OLE color: 2568512.

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

Color convert

RGB644939-
CMYK00.230.390.75
HSL24º24.27%20.2%-
HSV(B)24º39.06%25.1%-
XYZ3.583.432.39-
YUV52.34120.47136.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=42.11%
G=32.24%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64493900.230.390.752424.2720.2
Hex403127017274B181814
Octal100614702747113303024
Binary10000001100011001110101111001111001011110001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403127; }

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

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

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

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

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

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

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

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