#42322A

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

Shades of Slugger #42322A

Tints of Slugger #42322A

Color information

#42322A (or 0x42322A) is unknown color: approx Slugger. HEX triplet: 42, 32 and 2A. RGB value is (66,50,42). Sum of RGB (Red+Green+Blue) = 66+50+42=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 66 - color contains mainly: red. Hex color #42322A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42322A is #BDCDD5. Grayscale: #353535. Windows color (decimal): -12438998 or 2765378. OLE color: 2765378.

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

Color convert

RGB665042-
CMYK00.240.360.74
HSL20º22.22%21.18%-
HSV(B)20º36.36%25.88%-
XYZ3.813.612.69-
YUV53.87121.3136.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.77%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=41.77%
G=31.65%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66504200.240.360.742022.2221.18
Hex42322A018244A141615
Octal102625203044112242625
Binary10000101100101010100110001001001001010101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42322A; }

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

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

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

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

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

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

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

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