Html Css Color HEX #483329 Slugger

📋 copy color: '#483329'

red 72 ◦ green 51 ◦ blue 41

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

Shades of Slugger #483329

Tints of Slugger #483329

RGB

 RED value IS 72 (28.52% from 255) = 43.9%

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

 BLUE value IS 41 (16.41% from 255) = 25%

R = 43.9%
G = 31.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#483329 (or 0x483329) is known color: Slugger. HEX triplet: 48, 33 and 29. RGB value is (72,51,41). Sum of RGB (Red+Green+Blue) = 72+51+41=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483329 is #B7CCD6. Grayscale: #383838. Windows color (decimal): -12045527 or 2700104. OLE color: 2700104.

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

Color convert

RGB 72 51 41 -
CMYK 0 0.29 0.43 0.72
HSL 19.35º 0.27% 0.22% -
HSV(B) 19.35º 0.43% 0.28% -
XYZ 4.26 3.91 2.63 -
YUV 56.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 72 51 41 0 0.29 0.43 0.72 19.35 0.27 0.22
Hex 48 33 29 0 1D 2B 48 13 1B 16
Octal 110 63 51 0 35 53 110 23 33 26
Binary 1001000 110011 101001 0 11101 101011 1001000 10011 11011 10110

Color Harmonies of #483329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483329

Black with #483329

Text Example


Text Example

White with #483329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483329; }

 p { color: rgb(72,51,41); }

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

background-color css

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

 a { background-color: rgb(72,51,41); }

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

border-color css

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

 span { border-color: rgb(72,51,41); }

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