#423328

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

Shades of Slugger #423328

Tints of Slugger #423328

Color information

#423328 (or 0x423328) is unknown color: approx Slugger. HEX triplet: 42, 33 and 28. RGB value is (66,51,40). Sum of RGB (Red+Green+Blue) = 66+51+40=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #423328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423328 is #BDCCD7. Grayscale: #363636. Windows color (decimal): -12438744 or 2634562. OLE color: 2634562.

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

Color convert

RGB665140-
CMYK00.230.390.74
HSL25.38º24.53%20.78%-
HSV(B)25.38º39.39%25.88%-
XYZ3.813.682.52-
YUV54.23119.97136.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=42.04%
G=32.48%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66514000.230.390.7425.3824.5320.78
Hex423328017274A191915
Octal102635002747112313125
Binary10000101100111010000101111001111001010110011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423328; }

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

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

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

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

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

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

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

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