Html Css Color HEX #484416 Madras

📋 copy color: '#484416'

red 72 ◦ green 68 ◦ blue 22

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

Shades of Madras #484416

Tints of Madras #484416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

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

R = 44.44%
G = 41.98%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484416 (or 0x484416) is known color: Madras. HEX triplet: 48, 44 and 16. RGB value is (72,68,22). Sum of RGB (Red+Green+Blue) = 72+68+22=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484416 is #B7BBE9. Grayscale: #404040. Windows color (decimal): -12041194 or 1459272. OLE color: 1459272.

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

Color convert

RGB 72 68 22 -
CMYK 0 0.06 0.69 0.72
HSL 55.2º 0.53% 0.18% -
HSV(B) 55.2º 0.69% 0.28% -
XYZ 4.88 5.57 1.58 -
YUV 63.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 72 68 22 0 0.06 0.69 0.72 55.2 0.53 0.18
Hex 48 44 16 0 6 45 48 37 35 12
Octal 110 104 26 0 6 105 110 67 65 22
Binary 1001000 1000100 10110 0 110 1000101 1001000 110111 110101 10010

Color Harmonies of #484416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484416

Black with #484416

Text Example


Text Example

White with #484416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484416; }

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

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

background-color css

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

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

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

border-color css

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

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

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