#483228

Color #483228 Slugger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slugger #483228

Tints of Slugger #483228

Color information

#483228 (or 0x483228) is unknown color: approx Slugger. HEX triplet: 48, 32 and 28. RGB value is (72,50,40). Sum of RGB (Red+Green+Blue) = 72+50+40=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483228 is #B7CDD7. Grayscale: #373737. Windows color (decimal): -12045784 or 2634312. OLE color: 2634312.

HSL color Cylindrical-coordinate representation of color #483228: hue angle of 18.75º degrees, saturation: 0.29, 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 #483228 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB725040-
CMYK00.310.440.72
HSL18.75º28.57%21.96%-
HSV(B)18.75º44.44%28.24%-
XYZ4.23.812.52-
YUV55.44119.29139.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=44.44%
G=30.86%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72504000.310.440.7218.7528.5721.96
Hex48322801F2C48131d16
Octal110625003754110233526
Binary10010001100101010000111111011001001000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483228; }

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

 H1.HeaderClassName
 {
   color: #483228;
 }
 .AnyTagClassName
 {
   color: #483228;
 }
</style>
background-color css

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

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

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

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

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

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