Html Css Color HEX #484009 Madras

📋 copy color: '#484009'

red 72 ◦ green 64 ◦ blue 9

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

Shades of Madras #484009

Tints of Madras #484009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.21%

R = 49.66%
G = 44.14%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#484009 (or 0x484009) is known color: Madras. HEX triplet: 48, 40 and 09. RGB value is (72,64,9). Sum of RGB (Red+Green+Blue) = 72+64+9=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484009 is #B7BFF6. Grayscale: #3C3C3C. Windows color (decimal): -12042231 or 606280. OLE color: 606280.

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

Color convert

RGB 72 64 9 -
CMYK 0 0.11 0.88 0.72
HSL 52.38º 0.78% 0.16% -
HSV(B) 52.38º 0.88% 0.28% -
XYZ 4.56 5.06 1 -
YUV 60.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 72 64 9 0 0.11 0.88 0.72 52.38 0.78 0.16
Hex 48 40 9 0 B 58 48 34 4E 10
Octal 110 100 11 0 13 130 110 64 116 20
Binary 1001000 1000000 1001 0 1011 1011000 1001000 110100 1001110 10000

Color Harmonies of #484009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484009

Black with #484009

Text Example


Text Example

White with #484009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484009; }

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

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

background-color css

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

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

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

border-color css

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

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

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