Html Css Color HEX #473429 Slugger

📋 copy color: '#473429'

red 71 ◦ green 52 ◦ blue 41

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

Shades of Slugger #473429

Tints of Slugger #473429

RGB

 RED value IS 71 (28.13% from 255) = 43.29%

 GREEN value IS 52 (20.7% from 255) = 31.71%

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

R = 43.29%
G = 31.71%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#473429 (or 0x473429) is known color: Slugger. HEX triplet: 47, 34 and 29. RGB value is (71,52,41). Sum of RGB (Red+Green+Blue) = 71+52+41=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473429 is #B8CBD6. Grayscale: #383838. Windows color (decimal): -12110807 or 2700359. OLE color: 2700359.

HSL color Cylindrical-coordinate representation of color #473429: hue angle of 22º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473429 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 52 41 -
CMYK 0 0.27 0.42 0.72
HSL 22º 0.27% 0.22% -
HSV(B) 22º 0.42% 0.28% -
XYZ 4.23 3.96 2.64 -
YUV 56.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 71 52 41 0 0.27 0.42 0.72 22 0.27 0.22
Hex 47 34 29 0 1B 2A 48 16 1B 16
Octal 107 64 51 0 33 52 110 26 33 26
Binary 1000111 110100 101001 0 11011 101010 1001000 10110 11011 10110

Color Harmonies of #473429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473429

Black with #473429

Text Example


Text Example

White with #473429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473429; }

 p { color: rgb(71,52,41); }

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

background-color css

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

 a { background-color: rgb(71,52,41); }

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

border-color css

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

 span { border-color: rgb(71,52,41); }

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