Html Css Color HEX #484118 Madras

📋 copy color: '#484118'

red 72 ◦ green 65 ◦ blue 24

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

Shades of Madras #484118

Tints of Madras #484118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 44.72%
G = 40.37%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484118 (or 0x484118) is known color: Madras. HEX triplet: 48, 41 and 18. RGB value is (72,65,24). Sum of RGB (Red+Green+Blue) = 72+65+24=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484118 is #B7BEE7. Grayscale: #3E3E3E. Windows color (decimal): -12041960 or 1589576. OLE color: 1589576.

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

Color convert

RGB 72 65 24 -
CMYK 0 0.10 0.67 0.72
HSL 51.25º 0.5% 0.19% -
HSV(B) 51.25º 0.67% 0.28% -
XYZ 4.73 5.22 1.62 -
YUV 62.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 72 65 24 0 0.10 0.67 0.72 51.25 0.5 0.19
Hex 48 41 18 0 A 43 48 33 32 13
Octal 110 101 30 0 12 103 110 63 62 23
Binary 1001000 1000001 11000 0 1010 1000011 1001000 110011 110010 10011

Color Harmonies of #484118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484118

Black with #484118

Text Example


Text Example

White with #484118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484118; }

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

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

background-color css

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

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

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

border-color css

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

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

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