#423125

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

Shades of Slugger #423125

Tints of Slugger #423125

Color information

#423125 (or 0x423125) is unknown color: approx Slugger. HEX triplet: 42, 31 and 25. RGB value is (66,49,37). Sum of RGB (Red+Green+Blue) = 66+49+37=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #423125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423125 is #BDCEDA. Grayscale: #343434. Windows color (decimal): -12439259 or 2437442. OLE color: 2437442.

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

Color convert

RGB664937-
CMYK00.260.440.74
HSL24.83º28.16%20.2%-
HSV(B)24.83º43.94%25.88%-
XYZ3.683.492.23-
YUV52.72119.13137.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 43.42%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=43.42%
G=32.24%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66493700.260.440.7424.8328.1620.2
Hex42312501A2C4A191c14
Octal102614503254112313424
Binary10000101100011001010110101011001001010110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423125; }

 p { color: rgb(66,49,37); }

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

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

 a { background-color: rgb(66,49,37); }

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

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

 span { border-color: rgb(66,49,37); }

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