Html Css Color HEX #484014 Madras

📋 copy color: '#484014'

red 72 ◦ green 64 ◦ blue 20

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

Shades of Madras #484014

Tints of Madras #484014

RGB

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

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

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

R = 46.15%
G = 41.03%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#484014 (or 0x484014) is known color: Madras. HEX triplet: 48, 40 and 14. RGB value is (72,64,20). Sum of RGB (Red+Green+Blue) = 72+64+20=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #484014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484014 is #B7BFEB. Grayscale: #3D3D3D. Windows color (decimal): -12042220 or 1327176. OLE color: 1327176.

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

Color convert

RGB 72 64 20 -
CMYK 0 0.11 0.72 0.72
HSL 50.77º 0.57% 0.18% -
HSV(B) 50.77º 0.72% 0.28% -
XYZ 4.63 5.1 1.4 -
YUV 61.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 72 64 20 0 0.11 0.72 0.72 50.77 0.57 0.18
Hex 48 40 14 0 B 48 48 33 39 12
Octal 110 100 24 0 13 110 110 63 71 22
Binary 1001000 1000000 10100 0 1011 1001000 1001000 110011 111001 10010

Color Harmonies of #484014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484014

Black with #484014

Text Example


Text Example

White with #484014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484014; }

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

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

background-color css

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

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

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

border-color css

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

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

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