Html Css Color HEX #484002 Madras

📋 copy color: '#484002'

red 72 ◦ green 64 ◦ blue 2

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

Shades of Madras #484002

Tints of Madras #484002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 52.17%
G = 46.38%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#484002 (or 0x484002) is known color: Madras. HEX triplet: 48, 40 and 02. RGB value is (72,64,2). Sum of RGB (Red+Green+Blue) = 72+64+2=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #484002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484002 is #B7BFFD. Grayscale: #3B3B3B. Windows color (decimal): -12042238 or 147528. OLE color: 147528.

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

Color convert

RGB 72 64 2 -
CMYK 0 0.11 0.97 0.72
HSL 53.14º 0.95% 0.15% -
HSV(B) 53.14º 0.97% 0.28% -
XYZ 4.52 5.05 0.79 -
YUV 59.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 72 64 2 0 0.11 0.97 0.72 53.14 0.95 0.15
Hex 48 40 2 0 B 61 48 35 5F F
Octal 110 100 2 0 13 141 110 65 137 17
Binary 1001000 1000000 10 0 1011 1100001 1001000 110101 1011111 1111

Color Harmonies of #484002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484002

Black with #484002

Text Example


Text Example

White with #484002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484002; }

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

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

background-color css

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

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

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

border-color css

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

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

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