#403028

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

Shades of Slugger #403028

Tints of Slugger #403028

Color information

#403028 (or 0x403028) is unknown color: approx Slugger. HEX triplet: 40, 30 and 28. RGB value is (64,48,40). Sum of RGB (Red+Green+Blue) = 64+48+40=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403028 is #BFCFD7. Grayscale: #333333. Windows color (decimal): -12570584 or 2633792. OLE color: 2633792.

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

Color convert

RGB644840-
CMYK00.250.380.75
HSL20º23.08%20.39%-
HSV(B)20º37.5%25.1%-
XYZ3.553.362.47-
YUV51.87121.3136.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64484000.250.380.752023.0820.39
Hex403028019264B141714
Octal100605003146113242724
Binary10000001100001010000110011001101001011101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403028; }

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

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

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

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

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

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

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

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