#43342C

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

Shades of Slugger #43342C

Tints of Slugger #43342C

Color information

#43342C (or 0x43342C) is unknown color: approx Slugger. HEX triplet: 43, 34 and 2C. RGB value is (67,52,44). Sum of RGB (Red+Green+Blue) = 67+52+44=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43342C is #BCCBD3. Grayscale: #373737. Windows color (decimal): -12372948 or 2896963. OLE color: 2896963.

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

Color convert

RGB675244-
CMYK00.220.340.74
HSL20.87º20.72%21.76%-
HSV(B)20.87º34.33%26.27%-
XYZ43.832.91-
YUV55.57121.47136.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 52 (20.70% from 255) = 31.90%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=41.10%
G=31.90%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67524400.220.340.7420.8720.7221.76
Hex43342C016224A151516
Octal103645402642112252526
Binary10000111101001011000101101000101001010101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,52,44); }

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

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

 a { background-color: rgb(67,52,44); }

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

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

 span { border-color: rgb(67,52,44); }

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