Html Css Color HEX #473229 Slugger

📋 copy color: '#473229'

red 71 ◦ green 50 ◦ blue 41

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

Shades of Slugger #473229

Tints of Slugger #473229

RGB

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

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

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

R = 43.83%
G = 30.86%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#473229 (or 0x473229) is known color: Slugger. HEX triplet: 47, 32 and 29. RGB value is (71,50,41). Sum of RGB (Red+Green+Blue) = 71+50+41=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 41 (16.41% from 255 or 25.31% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #473229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473229 is #B8CDD6. Grayscale: #373737. Windows color (decimal): -12111319 or 2699847. OLE color: 2699847.

HSL color Cylindrical-coordinate representation of color #473229: hue angle of 18º 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 #473229 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 41 -
CMYK 0 0.30 0.42 0.72
HSL 18º 0.27% 0.22% -
HSV(B) 18º 0.42% 0.28% -
XYZ 4.14 3.78 2.61 -
YUV 55.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 71 50 41 0 0.30 0.42 0.72 18 0.27 0.22
Hex 47 32 29 0 1E 2A 48 12 1B 16
Octal 107 62 51 0 36 52 110 22 33 26
Binary 1000111 110010 101001 0 11110 101010 1001000 10010 11011 10110

Color Harmonies of #473229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473229

Black with #473229

Text Example


Text Example

White with #473229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473229; }

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

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

background-color css

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

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

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

border-color css

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

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

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