#453327

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

Shades of Slugger #453327

Tints of Slugger #453327

Color information

#453327 (or 0x453327) is unknown color: approx Slugger. HEX triplet: 45, 33 and 27. RGB value is (69,51,39). Sum of RGB (Red+Green+Blue) = 69+51+39=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453327 is #BACCD8. Grayscale: #373737. Windows color (decimal): -12242137 or 2569029. OLE color: 2569029.

HSL color Cylindrical-coordinate representation of color #453327: hue angle of 24º 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 #453327 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB695139-
CMYK00.260.430.73
HSL24º27.78%21.18%-
HSV(B)24º43.48%27.06%-
XYZ43.782.44-
YUV55.01118.96137.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 39 (15.62% from 255) = 24.53%
R=43.40%
G=32.08%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69513900.260.430.732427.7821.18
Hex45332701A2B49181c15
Octal105634703253111303425
Binary10001011100111001110110101010111001001110001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453327; }

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

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

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

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

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

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

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

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