Html Css Color HEX #473226 Slugger

📋 copy color: '#473226'

red 71 ◦ green 50 ◦ blue 38

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

Shades of Slugger #473226

Tints of Slugger #473226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.9%

R = 44.65%
G = 31.45%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#473226 (or 0x473226) is known color: Slugger. HEX triplet: 47, 32 and 26. RGB value is (71,50,38). Sum of RGB (Red+Green+Blue) = 71+50+38=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #473226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473226 is #B8CDD9. Grayscale: #363636. Windows color (decimal): -12111322 or 2503239. OLE color: 2503239.

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

Color convert

RGB 71 50 38 -
CMYK 0 0.30 0.46 0.72
HSL 21.82º 0.3% 0.21% -
HSV(B) 21.82º 0.46% 0.28% -
XYZ 4.09 3.76 2.34 -
YUV 54.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 71 50 38 0 0.30 0.46 0.72 21.82 0.3 0.21
Hex 47 32 26 0 1E 2E 48 16 1E 15
Octal 107 62 46 0 36 56 110 26 36 25
Binary 1000111 110010 100110 0 11110 101110 1001000 10110 11110 10101

Color Harmonies of #473226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473226

Black with #473226

Text Example


Text Example

White with #473226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473226; }

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

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

background-color css

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

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

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

border-color css

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

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

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