Html Css Color HEX #403028 Slugger

📋 copy color: '#403028'

red 64 ◦ green 48 ◦ blue 40

#403028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slugger #403028

Tints of Slugger #403028

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 value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#403028 (or 0x403028) is known color: 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

RGB 64 48 40 -
CMYK 0 0.25 0.38 0.75
HSL 20º 0.23% 0.2% -
HSV(B) 20º 0.38% 0.25% -
XYZ 3.55 3.36 2.47 -
YUV 51.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 64 48 40 0 0.25 0.38 0.75 20 0.23 0.2
Hex 40 30 28 0 19 26 4B 14 17 14
Octal 100 60 50 0 31 46 113 24 27 24
Binary 1000000 110000 101000 0 11001 100110 1001011 10100 10111 10100

Color Harmonies of #403028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403028

Black with #403028

Text Example


Text Example

White with #403028

Text Example


Text Example

HTML Codes & Css Web 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>