Html Css Color HEX #484516 Madras

📋 copy color: '#484516'

red 72 ◦ green 69 ◦ blue 22

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

Shades of Madras #484516

Tints of Madras #484516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 44.17%
G = 42.33%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484516 (or 0x484516) is known color: Madras. HEX triplet: 48, 45 and 16. RGB value is (72,69,22). Sum of RGB (Red+Green+Blue) = 72+69+22=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484516 is #B7BAE9. Grayscale: #404040. Windows color (decimal): -12040938 or 1459528. OLE color: 1459528.

HSL color Cylindrical-coordinate representation of color #484516: hue angle of 56.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #484516 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 22 -
CMYK 0 0.04 0.69 0.72
HSL 56.4º 0.53% 0.18% -
HSV(B) 56.4º 0.69% 0.28% -
XYZ 4.95 5.69 1.6 -
YUV 64.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 72 69 22 0 0.04 0.69 0.72 56.4 0.53 0.18
Hex 48 45 16 0 4 45 48 38 35 12
Octal 110 105 26 0 4 105 110 70 65 22
Binary 1001000 1000101 10110 0 100 1000101 1001000 111000 110101 10010

Color Harmonies of #484516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484516

Black with #484516

Text Example


Text Example

White with #484516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484516; }

 p { color: rgb(72,69,22); }

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

background-color css

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

 a { background-color: rgb(72,69,22); }

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

border-color css

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

 span { border-color: rgb(72,69,22); }

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