#423329

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

Shades of Slugger #423329

Tints of Slugger #423329

Color information

#423329 (or 0x423329) is unknown color: approx Slugger. HEX triplet: 42, 33 and 29. RGB value is (66,51,41). Sum of RGB (Red+Green+Blue) = 66+51+41=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #423329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423329 is #BDCCD6. Grayscale: #363636. Windows color (decimal): -12438743 or 2700098. OLE color: 2700098.

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

Color convert

RGB665141-
CMYK00.230.380.74
HSL24º23.36%20.98%-
HSV(B)24º37.88%25.88%-
XYZ3.833.692.61-
YUV54.34120.47136.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=41.77%
G=32.28%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66514100.230.380.742423.3620.98
Hex423329017264A181715
Octal102635102746112302725
Binary10000101100111010010101111001101001010110001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423329; }

 p { color: rgb(66,51,41); }

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

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

 a { background-color: rgb(66,51,41); }

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

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

 span { border-color: rgb(66,51,41); }

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