Html Css Color HEX #493328 Slugger

📋 copy color: '#493328'

red 73 ◦ green 51 ◦ blue 40

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

Shades of Slugger #493328

Tints of Slugger #493328

RGB

 RED value IS 73 (28.91% from 255) = 44.51%

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 44.51%
G = 31.1%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493328 (or 0x493328) is known color: Slugger. HEX triplet: 49, 33 and 28. RGB value is (73,51,40). Sum of RGB (Red+Green+Blue) = 73+51+40=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493328 is #B6CCD7. Grayscale: #383838. Windows color (decimal): -11979992 or 2634569. OLE color: 2634569.

HSL color Cylindrical-coordinate representation of color #493328: hue angle of 20º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493328 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 40 -
CMYK 0 0.30 0.45 0.71
HSL 20º 0.29% 0.22% -
HSV(B) 20º 0.45% 0.29% -
XYZ 4.31 3.94 2.54 -
YUV 56.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 73 51 40 0 0.30 0.45 0.71 20 0.29 0.22
Hex 49 33 28 0 1E 2D 47 14 1D 16
Octal 111 63 50 0 36 55 107 24 35 26
Binary 1001001 110011 101000 0 11110 101101 1000111 10100 11101 10110

Color Harmonies of #493328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493328

Black with #493328

Text Example


Text Example

White with #493328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493328; }

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

 H1.HeaderClassName
 {
   color: #493328;
 }
 .AnyTagClassName
 {
   color: #493328;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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