Html Css Color HEX #453327 Slugger

📋 copy color: '#453327'

red 69 ◦ green 51 ◦ blue 39

#453327
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slugger #453327

Tints of Slugger #453327

RGB

 RED value IS 69 (27.34% from 255) = 43.4%

 GREEN value IS 51 (20.31% from 255) = 32.08%

 BLUE value IS 39 (15.63% from 255) = 24.53%

R = 43.4%
G = 32.08%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#453327 (or 0x453327) is known color: 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

RGB 69 51 39 -
CMYK 0 0.26 0.43 0.73
HSL 24º 0.28% 0.21% -
HSV(B) 24º 0.43% 0.27% -
XYZ 4 3.78 2.44 -
YUV 55.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 69 51 39 0 0.26 0.43 0.73 24 0.28 0.21
Hex 45 33 27 0 1A 2B 49 18 1C 15
Octal 105 63 47 0 32 53 111 30 34 25
Binary 1000101 110011 100111 0 11010 101011 1001001 11000 11100 10101

Color Harmonies of #453327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453327

Black with #453327

Text Example


Text Example

White with #453327

Text Example


Text Example

HTML Codes & Css Web 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>