Html Css Color HEX #483328 Slugger

📋 copy color: '#483328'

red 72 ◦ green 51 ◦ blue 40

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

Shades of Slugger #483328

Tints of Slugger #483328

RGB

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

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

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

R = 44.17%
G = 31.29%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#483328 (or 0x483328) is known color: Slugger. HEX triplet: 48, 33 and 28. RGB value is (72,51,40). Sum of RGB (Red+Green+Blue) = 72+51+40=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483328 is #B7CCD7. Grayscale: #383838. Windows color (decimal): -12045528 or 2634568. OLE color: 2634568.

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

Color convert

RGB 72 51 40 -
CMYK 0 0.29 0.44 0.72
HSL 20.63º 0.29% 0.22% -
HSV(B) 20.63º 0.44% 0.28% -
XYZ 4.24 3.9 2.54 -
YUV 56.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 72 51 40 0 0.29 0.44 0.72 20.63 0.29 0.22
Hex 48 33 28 0 1D 2C 48 15 1D 16
Octal 110 63 50 0 35 54 110 25 35 26
Binary 1001000 110011 101000 0 11101 101100 1001000 10101 11101 10110

Color Harmonies of #483328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483328

Black with #483328

Text Example


Text Example

White with #483328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483328; }

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

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

background-color css

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

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

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

border-color css

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

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

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