Html Css Color HEX #413229 Slugger

📋 copy color: '#413229'

red 65 ◦ green 50 ◦ blue 41

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

Shades of Slugger #413229

Tints of Slugger #413229

RGB

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

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

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

R = 41.67%
G = 32.05%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413229 (or 0x413229) is known color: Slugger. HEX triplet: 41, 32 and 29. RGB value is (65,50,41). Sum of RGB (Red+Green+Blue) = 65+50+41=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #413229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413229 is #BECDD6. Grayscale: #353535. Windows color (decimal): -12504535 or 2699841. OLE color: 2699841.

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

Color convert

RGB 65 50 41 -
CMYK 0 0.23 0.37 0.75
HSL 22.5º 0.23% 0.21% -
HSV(B) 22.5º 0.37% 0.25% -
XYZ 3.72 3.57 2.59 -
YUV 53.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 65 50 41 0 0.23 0.37 0.75 22.5 0.23 0.21
Hex 41 32 29 0 17 25 4B 16 17 15
Octal 101 62 51 0 27 45 113 26 27 25
Binary 1000001 110010 101001 0 10111 100101 1001011 10110 10111 10101

Color Harmonies of #413229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413229

Black with #413229

Text Example


Text Example

White with #413229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413229; }

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

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

background-color css

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

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

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

border-color css

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

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

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