#423128

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

Shades of Slugger #423128

Tints of Slugger #423128

Color information

#423128 (or 0x423128) is unknown color: approx Slugger. HEX triplet: 42, 31 and 28. RGB value is (66,49,40). Sum of RGB (Red+Green+Blue) = 66+49+40=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423128 is #BDCED7. Grayscale: #353535. Windows color (decimal): -12439256 or 2634050. OLE color: 2634050.

HSL color Cylindrical-coordinate representation of color #423128: hue angle of 20.77º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #423128 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB664940-
CMYK00.260.390.74
HSL20.77º24.53%20.78%-
HSV(B)20.77º39.39%25.88%-
XYZ3.733.512.49-
YUV53.06120.63137.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=42.58%
G=31.61%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66494000.260.390.7420.7724.5320.78
Hex42312801A274A151915
Octal102615003247112253125
Binary10000101100011010000110101001111001010101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423128; }

 p { color: rgb(66,49,40); }

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

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

 a { background-color: rgb(66,49,40); }

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

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

 span { border-color: rgb(66,49,40); }

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