Html Css Color HEX #484512 Madras

📋 copy color: '#484512'

red 72 ◦ green 69 ◦ blue 18

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

Shades of Madras #484512

Tints of Madras #484512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 45.28%
G = 43.4%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#484512 (or 0x484512) is known color: Madras. HEX triplet: 48, 45 and 12. RGB value is (72,69,18). Sum of RGB (Red+Green+Blue) = 72+69+18=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484512 is #B7BAED. Grayscale: #404040. Windows color (decimal): -12040942 or 1197384. OLE color: 1197384.

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

Color convert

RGB 72 69 18 -
CMYK 0 0.04 0.75 0.72
HSL 56.67º 0.6% 0.18% -
HSV(B) 56.67º 0.75% 0.28% -
XYZ 4.91 5.68 1.41 -
YUV 64.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 72 69 18 0 0.04 0.75 0.72 56.67 0.6 0.18
Hex 48 45 12 0 4 4B 48 39 3C 12
Octal 110 105 22 0 4 113 110 71 74 22
Binary 1001000 1000101 10010 0 100 1001011 1001000 111001 111100 10010

Color Harmonies of #484512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484512

Black with #484512

Text Example


Text Example

White with #484512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484512; }

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

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

background-color css

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

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

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

border-color css

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

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

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