Html Css Color HEX #413027 Slugger

📋 copy color: '#413027'

red 65 ◦ green 48 ◦ blue 39

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

Shades of Slugger #413027

Tints of Slugger #413027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.66%

R = 42.76%
G = 31.58%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413027 (or 0x413027) is known color: Slugger. HEX triplet: 41, 30 and 27. RGB value is (65,48,39). Sum of RGB (Red+Green+Blue) = 65+48+39=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #413027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413027 is #BECFD8. Grayscale: #343434. Windows color (decimal): -12505049 or 2568257. OLE color: 2568257.

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

Color convert

RGB 65 48 39 -
CMYK 0 0.26 0.40 0.75
HSL 20.77º 0.25% 0.2% -
HSV(B) 20.77º 0.4% 0.25% -
XYZ 3.6 3.38 2.38 -
YUV 52.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 65 48 39 0 0.26 0.40 0.75 20.77 0.25 0.2
Hex 41 30 27 0 1A 28 4B 15 19 14
Octal 101 60 47 0 32 50 113 25 31 24
Binary 1000001 110000 100111 0 11010 101000 1001011 10101 11001 10100

Color Harmonies of #413027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413027

Black with #413027

Text Example


Text Example

White with #413027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413027; }

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

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

background-color css

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

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

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

border-color css

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

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

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