#453227

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

Shades of Slugger #453227

Tints of Slugger #453227

Color information

#453227 (or 0x453227) is unknown color: approx Slugger. HEX triplet: 45, 32 and 27. RGB value is (69,50,39). Sum of RGB (Red+Green+Blue) = 69+50+39=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453227 is #BACDD8. Grayscale: #363636. Windows color (decimal): -12242393 or 2568773. OLE color: 2568773.

HSL color Cylindrical-coordinate representation of color #453227: hue angle of 22º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453227 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB695039-
CMYK00.280.430.73
HSL22º27.78%21.18%-
HSV(B)22º43.48%27.06%-
XYZ3.963.692.42-
YUV54.43119.29138.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=43.67%
G=31.65%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69503900.280.430.732227.7821.18
Hex45322701C2B49161c15
Octal105624703453111263425
Binary10001011100101001110111001010111001001101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453227; }

 p { color: rgb(69,50,39); }

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

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

 a { background-color: rgb(69,50,39); }

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

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

 span { border-color: rgb(69,50,39); }

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