#42342B

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

Shades of Slugger #42342B

Tints of Slugger #42342B

Color information

#42342B (or 0x42342B) is unknown color: approx Slugger. HEX triplet: 42, 34 and 2B. RGB value is (66,52,43). Sum of RGB (Red+Green+Blue) = 66+52+43=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #42342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42342B is #BDCBD4. Grayscale: #373737. Windows color (decimal): -12438485 or 2831426. OLE color: 2831426.

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

Color convert

RGB665243-
CMYK00.210.350.74
HSL23.48º21.1%21.37%-
HSV(B)23.48º34.85%25.88%-
XYZ3.913.792.81-
YUV55.16121.14135.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 52 (20.70% from 255) = 32.30%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=40.99%
G=32.30%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66524300.210.350.7423.4821.121.37
Hex42342B015234A171515
Octal102645302543112272525
Binary10000101101001010110101011000111001010101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42342B; }

 p { color: rgb(66,52,43); }

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

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

 a { background-color: rgb(66,52,43); }

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

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

 span { border-color: rgb(66,52,43); }

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