Html Css Color HEX #484418 Madras

📋 copy color: '#484418'

red 72 ◦ green 68 ◦ blue 24

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

Shades of Madras #484418

Tints of Madras #484418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.46%

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

R = 43.9%
G = 41.46%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484418 (or 0x484418) is known color: Madras. HEX triplet: 48, 44 and 18. RGB value is (72,68,24). Sum of RGB (Red+Green+Blue) = 72+68+24=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #484418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484418 is #B7BBE7. Grayscale: #404040. Windows color (decimal): -12041192 or 1590344. OLE color: 1590344.

HSL color Cylindrical-coordinate representation of color #484418: hue angle of 55º 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 #484418 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 24 -
CMYK 0 0.06 0.67 0.72
HSL 55º 0.5% 0.19% -
HSV(B) 55º 0.67% 0.28% -
XYZ 4.9 5.58 1.68 -
YUV 64.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 72 68 24 0 0.06 0.67 0.72 55 0.5 0.19
Hex 48 44 18 0 6 43 48 37 32 13
Octal 110 104 30 0 6 103 110 67 62 23
Binary 1001000 1000100 11000 0 110 1000011 1001000 110111 110010 10011

Color Harmonies of #484418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484418

Black with #484418

Text Example


Text Example

White with #484418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484418; }

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

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

background-color css

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

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

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

border-color css

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

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

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