Html Css Color HEX #473228 Slugger

📋 copy color: '#473228'

red 71 ◦ green 50 ◦ blue 40

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

Shades of Slugger #473228

Tints of Slugger #473228

RGB

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

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

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

R = 44.1%
G = 31.06%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#473228 (or 0x473228) is known color: Slugger. HEX triplet: 47, 32 and 28. RGB value is (71,50,40). Sum of RGB (Red+Green+Blue) = 71+50+40=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 71 - color contains mainly: red. Hex color #473228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473228 is #B8CDD7. Grayscale: #373737. Windows color (decimal): -12111320 or 2634311. OLE color: 2634311.

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

Color convert

RGB 71 50 40 -
CMYK 0 0.30 0.44 0.72
HSL 19.35º 0.28% 0.22% -
HSV(B) 19.35º 0.44% 0.28% -
XYZ 4.12 3.77 2.52 -
YUV 55.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 71 50 40 0 0.30 0.44 0.72 19.35 0.28 0.22
Hex 47 32 28 0 1E 2C 48 13 1C 16
Octal 107 62 50 0 36 54 110 23 34 26
Binary 1000111 110010 101000 0 11110 101100 1001000 10011 11100 10110

Color Harmonies of #473228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473228

Black with #473228

Text Example


Text Example

White with #473228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473228; }

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

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

background-color css

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

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

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

border-color css

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

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

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