Html Css Color HEX #484518 Madras

📋 copy color: '#484518'

red 72 ◦ green 69 ◦ blue 24

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

Shades of Madras #484518

Tints of Madras #484518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 43.64%
G = 41.82%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484518 (or 0x484518) is known color: Madras. HEX triplet: 48, 45 and 18. RGB value is (72,69,24). Sum of RGB (Red+Green+Blue) = 72+69+24=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #484518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484518 is #B7BAE7. Grayscale: #404040. Windows color (decimal): -12040936 or 1590600. OLE color: 1590600.

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

Color convert

RGB 72 69 24 -
CMYK 0 0.04 0.67 0.72
HSL 56.25º 0.5% 0.19% -
HSV(B) 56.25º 0.67% 0.28% -
XYZ 4.97 5.7 1.7 -
YUV 64.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 72 69 24 0 0.04 0.67 0.72 56.25 0.5 0.19
Hex 48 45 18 0 4 43 48 38 32 13
Octal 110 105 30 0 4 103 110 70 62 23
Binary 1001000 1000101 11000 0 100 1000011 1001000 111000 110010 10011

Color Harmonies of #484518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484518

Black with #484518

Text Example


Text Example

White with #484518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484518; }

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

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

background-color css

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

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

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

border-color css

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

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

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