Html Css Color HEX #484019 Madras

📋 copy color: '#484019'

red 72 ◦ green 64 ◦ blue 25

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

Shades of Madras #484019

Tints of Madras #484019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.75%

 BLUE value IS 25 (10.16% from 255) = 15.53%

R = 44.72%
G = 39.75%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#484019 (or 0x484019) is known color: Madras. HEX triplet: 48, 40 and 19. RGB value is (72,64,25). Sum of RGB (Red+Green+Blue) = 72+64+25=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484019 is #B7BFE6. Grayscale: #3E3E3E. Windows color (decimal): -12042215 or 1654856. OLE color: 1654856.

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

Color convert

RGB 72 64 25 -
CMYK 0 0.11 0.65 0.72
HSL 49.79º 0.48% 0.19% -
HSV(B) 49.79º 0.65% 0.28% -
XYZ 4.68 5.11 1.66 -
YUV 61.95 107.15 135.17 -
System Red Green Blue C M Y K H S L
Decimal 72 64 25 0 0.11 0.65 0.72 49.79 0.48 0.19
Hex 48 40 19 0 B 41 48 32 30 13
Octal 110 100 31 0 13 101 110 62 60 23
Binary 1001000 1000000 11001 0 1011 1000001 1001000 110010 110000 10011

Color Harmonies of #484019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484019

Black with #484019

Text Example


Text Example

White with #484019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484019; }

 p { color: rgb(72,64,25); }

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

background-color css

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

 a { background-color: rgb(72,64,25); }

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

border-color css

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

 span { border-color: rgb(72,64,25); }

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