Html Css Color HEX #484214 Madras

📋 copy color: '#484214'

red 72 ◦ green 66 ◦ blue 20

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

Shades of Madras #484214

Tints of Madras #484214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.66%

R = 45.57%
G = 41.77%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#484214 (or 0x484214) is known color: Madras. HEX triplet: 48, 42 and 14. RGB value is (72,66,20). Sum of RGB (Red+Green+Blue) = 72+66+20=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484214 is #B7BDEB. Grayscale: #3E3E3E. Windows color (decimal): -12041708 or 1327688. OLE color: 1327688.

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

Color convert

RGB 72 66 20 -
CMYK 0 0.08 0.72 0.72
HSL 53.08º 0.57% 0.18% -
HSV(B) 53.08º 0.72% 0.28% -
XYZ 4.75 5.32 1.44 -
YUV 62.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 72 66 20 0 0.08 0.72 0.72 53.08 0.57 0.18
Hex 48 42 14 0 8 48 48 35 39 12
Octal 110 102 24 0 10 110 110 65 71 22
Binary 1001000 1000010 10100 0 1000 1001000 1001000 110101 111001 10010

Color Harmonies of #484214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484214

Black with #484214

Text Example


Text Example

White with #484214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484214; }

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

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

background-color css

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

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

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

border-color css

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

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

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