Html Css Color HEX #484001 Madras

📋 copy color: '#484001'

red 72 ◦ green 64 ◦ blue 1

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

Shades of Madras #484001

Tints of Madras #484001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 52.55%
G = 46.72%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#484001 (or 0x484001) is known color: Madras. HEX triplet: 48, 40 and 01. RGB value is (72,64,1). Sum of RGB (Red+Green+Blue) = 72+64+1=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #484001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484001 is #B7BFFE. Grayscale: #3B3B3B. Windows color (decimal): -12042239 or 81992. OLE color: 81992.

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

Color convert

RGB 72 64 1 -
CMYK 0 0.11 0.99 0.72
HSL 53.24º 0.97% 0.14% -
HSV(B) 53.24º 0.99% 0.28% -
XYZ 4.51 5.05 0.77 -
YUV 59.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 72 64 1 0 0.11 0.99 0.72 53.24 0.97 0.14
Hex 48 40 1 0 B 63 48 35 61 E
Octal 110 100 1 0 13 143 110 65 141 16
Binary 1001000 1000000 1 0 1011 1100011 1001000 110101 1100001 1110

Color Harmonies of #484001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484001

Black with #484001

Text Example


Text Example

White with #484001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484001; }

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

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

background-color css

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

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

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

border-color css

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

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

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