Html Css Color HEX #484120 Madras

📋 copy color: '#484120'

red 72 ◦ green 65 ◦ blue 32

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

Shades of Madras #484120

Tints of Madras #484120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 42.6%
G = 38.46%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#484120 (or 0x484120) is known color: Madras. HEX triplet: 48, 41 and 20. RGB value is (72,65,32). Sum of RGB (Red+Green+Blue) = 72+65+32=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #484120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484120 is #B7BEDF. Grayscale: #3F3F3F. Windows color (decimal): -12041952 or 2113864. OLE color: 2113864.

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

Color convert

RGB 72 65 32 -
CMYK 0 0.10 0.56 0.72
HSL 49.5º 0.38% 0.2% -
HSV(B) 49.5º 0.56% 0.28% -
XYZ 4.82 5.26 2.13 -
YUV 63.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 72 65 32 0 0.10 0.56 0.72 49.5 0.38 0.2
Hex 48 41 20 0 A 38 48 32 26 14
Octal 110 101 40 0 12 70 110 62 46 24
Binary 1001000 1000001 100000 0 1010 111000 1001000 110010 100110 10100

Color Harmonies of #484120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484120

Black with #484120

Text Example


Text Example

White with #484120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484120; }

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

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

background-color css

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

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

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

border-color css

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

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

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