Html Css Color HEX #484004 Madras

📋 copy color: '#484004'

red 72 ◦ green 64 ◦ blue 4

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

Shades of Madras #484004

Tints of Madras #484004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 51.43%
G = 45.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#484004 (or 0x484004) is known color: Madras. HEX triplet: 48, 40 and 04. RGB value is (72,64,4). Sum of RGB (Red+Green+Blue) = 72+64+4=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #484004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484004 is #B7BFFB. Grayscale: #3B3B3B. Windows color (decimal): -12042236 or 278600. OLE color: 278600.

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

Color convert

RGB 72 64 4 -
CMYK 0 0.11 0.94 0.72
HSL 52.94º 0.89% 0.15% -
HSV(B) 52.94º 0.94% 0.28% -
XYZ 4.53 5.05 0.85 -
YUV 59.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 72 64 4 0 0.11 0.94 0.72 52.94 0.89 0.15
Hex 48 40 4 0 B 5E 48 35 59 F
Octal 110 100 4 0 13 136 110 65 131 17
Binary 1001000 1000000 100 0 1011 1011110 1001000 110101 1011001 1111

Color Harmonies of #484004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484004

Black with #484004

Text Example


Text Example

White with #484004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484004; }

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

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

background-color css

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

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

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

border-color css

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

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

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