Html Css Color HEX #484016 Madras

📋 copy color: '#484016'

red 72 ◦ green 64 ◦ blue 22

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

Shades of Madras #484016

Tints of Madras #484016

RGB

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

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

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

R = 45.57%
G = 40.51%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#484016 (or 0x484016) is known color: Madras. HEX triplet: 48, 40 and 16. RGB value is (72,64,22). Sum of RGB (Red+Green+Blue) = 72+64+22=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #484016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484016 is #B7BFE9. Grayscale: #3D3D3D. Windows color (decimal): -12042218 or 1458248. OLE color: 1458248.

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

Color convert

RGB 72 64 22 -
CMYK 0 0.11 0.69 0.72
HSL 50.4º 0.53% 0.18% -
HSV(B) 50.4º 0.69% 0.28% -
XYZ 4.65 5.1 1.5 -
YUV 61.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 72 64 22 0 0.11 0.69 0.72 50.4 0.53 0.18
Hex 48 40 16 0 B 45 48 32 35 12
Octal 110 100 26 0 13 105 110 62 65 22
Binary 1001000 1000000 10110 0 1011 1000101 1001000 110010 110101 10010

Color Harmonies of #484016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484016

Black with #484016

Text Example


Text Example

White with #484016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484016; }

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

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

background-color css

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

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

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

border-color css

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

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

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