#42352C

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

Shades of Slugger #42352C

Tints of Slugger #42352C

Color information

#42352C (or 0x42352C) is unknown color: approx Slugger. HEX triplet: 42, 35 and 2C. RGB value is (66,53,44). Sum of RGB (Red+Green+Blue) = 66+53+44=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #42352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42352C is #BDCAD3. Grayscale: #373737. Windows color (decimal): -12438228 or 2897218. OLE color: 2897218.

HSL color Cylindrical-coordinate representation of color #42352C: hue angle of 24.55º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42352C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB665344-
CMYK00.200.330.74
HSL24.55º20%21.57%-
HSV(B)24.55º33.33%25.88%-
XYZ3.973.892.92-
YUV55.86121.31135.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=40.49%
G=32.52%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66534400.200.330.7424.552021.57
Hex42352C014214A191416
Octal102655402441112312426
Binary10000101101011011000101001000011001010110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42352C; }

 p { color: rgb(66,53,44); }

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

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

 a { background-color: rgb(66,53,44); }

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

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

 span { border-color: rgb(66,53,44); }

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