Html Css Color HEX #484514 Madras

📋 copy color: '#484514'

red 72 ◦ green 69 ◦ blue 20

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

Shades of Madras #484514

Tints of Madras #484514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 44.72%
G = 42.86%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#484514 (or 0x484514) is known color: Madras. HEX triplet: 48, 45 and 14. RGB value is (72,69,20). Sum of RGB (Red+Green+Blue) = 72+69+20=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484514 is #B7BAEB. Grayscale: #404040. Windows color (decimal): -12040940 or 1328456. OLE color: 1328456.

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

Color convert

RGB 72 69 20 -
CMYK 0 0.04 0.72 0.72
HSL 56.54º 0.57% 0.18% -
HSV(B) 56.54º 0.72% 0.28% -
XYZ 4.93 5.68 1.5 -
YUV 64.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 72 69 20 0 0.04 0.72 0.72 56.54 0.57 0.18
Hex 48 45 14 0 4 48 48 39 39 12
Octal 110 105 24 0 4 110 110 71 71 22
Binary 1001000 1000101 10100 0 100 1001000 1001000 111001 111001 10010

Color Harmonies of #484514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484514

Black with #484514

Text Example


Text Example

White with #484514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484514; }

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

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

background-color css

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

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

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

border-color css

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

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

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