Html Css Color HEX #403029 Slugger

📋 copy color: '#403029'

red 64 ◦ green 48 ◦ blue 41

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

Shades of Slugger #403029

Tints of Slugger #403029

RGB

 RED value IS 64 (25.39% from 255) = 41.83%

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 41.83%
G = 31.37%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#403029 (or 0x403029) is known color: Slugger. HEX triplet: 40, 30 and 29. RGB value is (64,48,41). Sum of RGB (Red+Green+Blue) = 64+48+41=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403029 is #BFCFD6. Grayscale: #343434. Windows color (decimal): -12570583 or 2699328. OLE color: 2699328.

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

Color convert

RGB 64 48 41 -
CMYK 0 0.25 0.36 0.75
HSL 18.26º 0.22% 0.21% -
HSV(B) 18.26º 0.36% 0.25% -
XYZ 3.57 3.36 2.56 -
YUV 51.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 64 48 41 0 0.25 0.36 0.75 18.26 0.22 0.21
Hex 40 30 29 0 19 24 4B 12 16 15
Octal 100 60 51 0 31 44 113 22 26 25
Binary 1000000 110000 101001 0 11001 100100 1001011 10010 10110 10101

Color Harmonies of #403029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403029

Black with #403029

Text Example


Text Example

White with #403029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403029; }

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

 H1.HeaderClassName
 {
   color: #403029;
 }
 .AnyTagClassName
 {
   color: #403029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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