Html Css Color HEX #484100 Madras

📋 copy color: '#484100'

red 72 ◦ green 65 ◦ blue 0

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

Shades of Madras #484100

Tints of Madras #484100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 52.55%
G = 47.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#484100 (or 0x484100) is known color: Madras. HEX triplet: 48, 41 and 00. RGB value is (72,65,0). Sum of RGB (Red+Green+Blue) = 72+65+0=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #484100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484100 is #B7BEFF. Grayscale: #3B3B3B. Windows color (decimal): -12041984 or 16712. OLE color: 16712.

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

Color convert

RGB 72 65 0 -
CMYK 0 0.10 1 0.72
HSL 54.17º 1% 0.14% -
HSV(B) 54.17º 1% 0.28% -
XYZ 4.56 5.16 0.76 -
YUV 59.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 72 65 0 0 0.10 1 0.72 54.17 1 0.14
Hex 48 41 0 0 A 64 48 36 64 E
Octal 110 101 0 0 12 144 110 66 144 16
Binary 1001000 1000001 0 0 1010 1100100 1001000 110110 1100100 1110

Color Harmonies of #484100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484100

Black with #484100

Text Example


Text Example

White with #484100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484100; }

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

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

background-color css

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

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

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

border-color css

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

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

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