Html Css Color HEX #484212 Madras

📋 copy color: '#484212'

red 72 ◦ green 66 ◦ blue 18

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

Shades of Madras #484212

Tints of Madras #484212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 46.15%
G = 42.31%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#484212 (or 0x484212) is known color: Madras. HEX triplet: 48, 42 and 12. RGB value is (72,66,18). Sum of RGB (Red+Green+Blue) = 72+66+18=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #484212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484212 is #B7BDED. Grayscale: #3E3E3E. Windows color (decimal): -12041710 or 1196616. OLE color: 1196616.

HSL color Cylindrical-coordinate representation of color #484212: hue angle of 53.33º 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 #484212 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 18 -
CMYK 0 0.08 0.75 0.72
HSL 53.33º 0.6% 0.18% -
HSV(B) 53.33º 0.75% 0.28% -
XYZ 4.73 5.32 1.35 -
YUV 62.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 72 66 18 0 0.08 0.75 0.72 53.33 0.6 0.18
Hex 48 42 12 0 8 4B 48 35 3C 12
Octal 110 102 22 0 10 113 110 65 74 22
Binary 1001000 1000010 10010 0 1000 1001011 1001000 110101 111100 10010

Color Harmonies of #484212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484212

Black with #484212

Text Example


Text Example

White with #484212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484212; }

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

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

background-color css

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

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

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

border-color css

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

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

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