Html Css Color HEX #484116 Madras

📋 copy color: '#484116'

red 72 ◦ green 65 ◦ blue 22

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

Shades of Madras #484116

Tints of Madras #484116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.84%

R = 45.28%
G = 40.88%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484116 (or 0x484116) is known color: Madras. HEX triplet: 48, 41 and 16. RGB value is (72,65,22). Sum of RGB (Red+Green+Blue) = 72+65+22=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484116 is #B7BEE9. Grayscale: #3E3E3E. Windows color (decimal): -12041962 or 1458504. OLE color: 1458504.

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

Color convert

RGB 72 65 22 -
CMYK 0 0.10 0.69 0.72
HSL 51.6º 0.53% 0.18% -
HSV(B) 51.6º 0.69% 0.28% -
XYZ 4.71 5.22 1.52 -
YUV 62.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 72 65 22 0 0.10 0.69 0.72 51.6 0.53 0.18
Hex 48 41 16 0 A 45 48 34 35 12
Octal 110 101 26 0 12 105 110 64 65 22
Binary 1001000 1000001 10110 0 1010 1000101 1001000 110100 110101 10010

Color Harmonies of #484116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484116

Black with #484116

Text Example


Text Example

White with #484116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484116; }

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

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

background-color css

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

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

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

border-color css

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

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

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