Html Css Color HEX #484200 Madras

📋 copy color: '#484200'

red 72 ◦ green 66 ◦ blue 0

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

Shades of Madras #484200

Tints of Madras #484200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.17%
G = 47.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#484200 (or 0x484200) is known color: Madras. HEX triplet: 48, 42 and 00. RGB value is (72,66,0). Sum of RGB (Red+Green+Blue) = 72+66+0=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #484200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484200 is #B7BDFF. Grayscale: #3C3C3C. Windows color (decimal): -12041728 or 16968. OLE color: 16968.

HSL color Cylindrical-coordinate representation of color #484200: hue angle of 55º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #484200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 0 -
CMYK 0 0.08 1 0.72
HSL 55º 1% 0.14% -
HSV(B) 55º 1% 0.28% -
XYZ 4.62 5.27 0.77 -
YUV 60.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 72 66 0 0 0.08 1 0.72 55 1 0.14
Hex 48 42 0 0 8 64 48 37 64 E
Octal 110 102 0 0 10 144 110 67 144 16
Binary 1001000 1000010 0 0 1000 1100100 1001000 110111 1100100 1110

Color Harmonies of #484200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484200

Black with #484200

Text Example


Text Example

White with #484200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484200; }

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

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

background-color css

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

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

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

border-color css

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

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

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