Html Css Color HEX #484114 Madras

📋 copy color: '#484114'

red 72 ◦ green 65 ◦ blue 20

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

Shades of Madras #484114

Tints of Madras #484114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

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

R = 45.86%
G = 41.4%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#484114 (or 0x484114) is known color: Madras. HEX triplet: 48, 41 and 14. RGB value is (72,65,20). Sum of RGB (Red+Green+Blue) = 72+65+20=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484114 is #B7BEEB. Grayscale: #3E3E3E. Windows color (decimal): -12041964 or 1327432. OLE color: 1327432.

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

Color convert

RGB 72 65 20 -
CMYK 0 0.10 0.72 0.72
HSL 51.92º 0.57% 0.18% -
HSV(B) 51.92º 0.72% 0.28% -
XYZ 4.69 5.21 1.42 -
YUV 61.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 72 65 20 0 0.10 0.72 0.72 51.92 0.57 0.18
Hex 48 41 14 0 A 48 48 34 39 12
Octal 110 101 24 0 12 110 110 64 71 22
Binary 1001000 1000001 10100 0 1010 1001000 1001000 110100 111001 10010

Color Harmonies of #484114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484114

Black with #484114

Text Example


Text Example

White with #484114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484114; }

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

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

background-color css

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

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

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

border-color css

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

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

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