Html Css Color HEX #413228 Slugger

📋 copy color: '#413228'

red 65 ◦ green 50 ◦ blue 40

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

Shades of Slugger #413228

Tints of Slugger #413228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 41.94%
G = 32.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413228 (or 0x413228) is known color: Slugger. HEX triplet: 41, 32 and 28. RGB value is (65,50,40). Sum of RGB (Red+Green+Blue) = 65+50+40=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413228 is #BECDD7. Grayscale: #353535. Windows color (decimal): -12504536 or 2634305. OLE color: 2634305.

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

Color convert

RGB 65 50 40 -
CMYK 0 0.23 0.38 0.75
HSL 24º 0.24% 0.21% -
HSV(B) 24º 0.38% 0.25% -
XYZ 3.7 3.56 2.5 -
YUV 53.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 65 50 40 0 0.23 0.38 0.75 24 0.24 0.21
Hex 41 32 28 0 17 26 4B 18 18 15
Octal 101 62 50 0 27 46 113 30 30 25
Binary 1000001 110010 101000 0 10111 100110 1001011 11000 11000 10101

Color Harmonies of #413228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413228

Black with #413228

Text Example


Text Example

White with #413228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413228; }

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

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

background-color css

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

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

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

border-color css

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

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

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