Html Css Color HEX #484003 Madras

📋 copy color: '#484003'

red 72 ◦ green 64 ◦ blue 3

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

Shades of Madras #484003

Tints of Madras #484003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 51.8%
G = 46.04%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#484003 (or 0x484003) is known color: Madras. HEX triplet: 48, 40 and 03. RGB value is (72,64,3). Sum of RGB (Red+Green+Blue) = 72+64+3=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #484003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484003 is #B7BFFC. Grayscale: #3B3B3B. Windows color (decimal): -12042237 or 213064. OLE color: 213064.

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

Color convert

RGB 72 64 3 -
CMYK 0 0.11 0.96 0.72
HSL 53.04º 0.92% 0.15% -
HSV(B) 53.04º 0.96% 0.28% -
XYZ 4.52 5.05 0.82 -
YUV 59.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 72 64 3 0 0.11 0.96 0.72 53.04 0.92 0.15
Hex 48 40 3 0 B 60 48 35 5C F
Octal 110 100 3 0 13 140 110 65 134 17
Binary 1001000 1000000 11 0 1011 1100000 1001000 110101 1011100 1111

Color Harmonies of #484003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484003

Black with #484003

Text Example


Text Example

White with #484003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484003; }

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

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

background-color css

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

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

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

border-color css

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

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

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