Html Css Color HEX #484204 Madras

📋 copy color: '#484204'

red 72 ◦ green 66 ◦ blue 4

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

Shades of Madras #484204

Tints of Madras #484204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

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

R = 50.7%
G = 46.48%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#484204 (or 0x484204) is known color: Madras. HEX triplet: 48, 42 and 04. RGB value is (72,66,4). Sum of RGB (Red+Green+Blue) = 72+66+4=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484204 is #B7BDFB. Grayscale: #3C3C3C. Windows color (decimal): -12041724 or 279112. OLE color: 279112.

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

Color convert

RGB 72 66 4 -
CMYK 0 0.08 0.94 0.72
HSL 54.71º 0.89% 0.15% -
HSV(B) 54.71º 0.94% 0.28% -
XYZ 4.64 5.28 0.89 -
YUV 60.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 72 66 4 0 0.08 0.94 0.72 54.71 0.89 0.15
Hex 48 42 4 0 8 5E 48 37 59 F
Octal 110 102 4 0 10 136 110 67 131 17
Binary 1001000 1000010 100 0 1000 1011110 1001000 110111 1011001 1111

Color Harmonies of #484204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484204

Black with #484204

Text Example


Text Example

White with #484204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484204; }

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

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

background-color css

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

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

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

border-color css

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

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

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