Html Css Color HEX #483327 Slugger

📋 copy color: '#483327'

red 72 ◦ green 51 ◦ blue 39

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

Shades of Slugger #483327

Tints of Slugger #483327

RGB

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

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

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

R = 44.44%
G = 31.48%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483327 (or 0x483327) is known color: Slugger. HEX triplet: 48, 33 and 27. RGB value is (72,51,39). Sum of RGB (Red+Green+Blue) = 72+51+39=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483327 is #B7CCD8. Grayscale: #373737. Windows color (decimal): -12045529 or 2569032. OLE color: 2569032.

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

Color convert

RGB 72 51 39 -
CMYK 0 0.29 0.46 0.72
HSL 21.82º 0.3% 0.22% -
HSV(B) 21.82º 0.46% 0.28% -
XYZ 4.22 3.89 2.45 -
YUV 55.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 72 51 39 0 0.29 0.46 0.72 21.82 0.3 0.22
Hex 48 33 27 0 1D 2E 48 16 1E 16
Octal 110 63 47 0 35 56 110 26 36 26
Binary 1001000 110011 100111 0 11101 101110 1001000 10110 11110 10110

Color Harmonies of #483327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483327

Black with #483327

Text Example


Text Example

White with #483327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483327; }

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

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

background-color css

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

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

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

border-color css

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

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

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