Html Css Color HEX #413028 Slugger

📋 copy color: '#413028'

red 65 ◦ green 48 ◦ blue 40

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

Shades of Slugger #413028

Tints of Slugger #413028

RGB

 RED value IS 65 (25.78% from 255) = 42.48%

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

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 42.48%
G = 31.37%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413028 (or 0x413028) is known color: Slugger. HEX triplet: 41, 30 and 28. RGB value is (65,48,40). Sum of RGB (Red+Green+Blue) = 65+48+40=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413028 is #BECFD7. Grayscale: #343434. Windows color (decimal): -12505048 or 2633793. OLE color: 2633793.

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

Color convert

RGB 65 48 40 -
CMYK 0 0.26 0.38 0.75
HSL 19.2º 0.24% 0.21% -
HSV(B) 19.2º 0.38% 0.25% -
XYZ 3.62 3.39 2.47 -
YUV 52.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 65 48 40 0 0.26 0.38 0.75 19.2 0.24 0.21
Hex 41 30 28 0 1A 26 4B 13 18 15
Octal 101 60 50 0 32 46 113 23 30 25
Binary 1000001 110000 101000 0 11010 100110 1001011 10011 11000 10101

Color Harmonies of #413028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413028

Black with #413028

Text Example


Text Example

White with #413028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413028; }

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

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

background-color css

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

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

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

border-color css

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

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

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