#423227

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

Shades of Slugger #423227

Tints of Slugger #423227

Color information

#423227 (or 0x423227) is unknown color: approx Slugger. HEX triplet: 42, 32 and 27. RGB value is (66,50,39). Sum of RGB (Red+Green+Blue) = 66+50+39=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #423227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423227 is #BDCDD8. Grayscale: #353535. Windows color (decimal): -12439001 or 2568770. OLE color: 2568770.

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

Color convert

RGB665039-
CMYK00.240.410.74
HSL24.44º25.71%20.59%-
HSV(B)24.44º40.91%25.88%-
XYZ3.753.592.41-
YUV53.53119.8136.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.58%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=42.58%
G=32.26%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66503900.240.410.7424.4425.7120.59
Hex423227018294A181a15
Octal102624703051112303225
Binary10000101100101001110110001010011001010110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423227; }

 p { color: rgb(66,50,39); }

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

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

 a { background-color: rgb(66,50,39); }

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

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

 span { border-color: rgb(66,50,39); }

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