Html Css Color HEX #484510 Madras

📋 copy color: '#484510'

red 72 ◦ green 69 ◦ blue 16

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

Shades of Madras #484510

Tints of Madras #484510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.95%

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 45.86%
G = 43.95%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484510 (or 0x484510) is known color: Madras. HEX triplet: 48, 45 and 10. RGB value is (72,69,16). Sum of RGB (Red+Green+Blue) = 72+69+16=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484510 is #B7BAEF. Grayscale: #404040. Windows color (decimal): -12040944 or 1066312. OLE color: 1066312.

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

Color convert

RGB 72 69 16 -
CMYK 0 0.04 0.78 0.72
HSL 56.79º 0.64% 0.17% -
HSV(B) 56.79º 0.78% 0.28% -
XYZ 4.89 5.67 1.33 -
YUV 63.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 72 69 16 0 0.04 0.78 0.72 56.79 0.64 0.17
Hex 48 45 10 0 4 4E 48 39 40 11
Octal 110 105 20 0 4 116 110 71 100 21
Binary 1001000 1000101 10000 0 100 1001110 1001000 111001 1000000 10001

Color Harmonies of #484510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484510

Black with #484510

Text Example


Text Example

White with #484510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484510; }

 p { color: rgb(72,69,16); }

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

background-color css

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

 a { background-color: rgb(72,69,16); }

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

border-color css

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

 span { border-color: rgb(72,69,16); }

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