Html Css Color HEX #484119 Madras

📋 copy color: '#484119'

red 72 ◦ green 65 ◦ blue 25

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

Shades of Madras #484119

Tints of Madras #484119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 44.44%
G = 40.12%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#484119 (or 0x484119) is known color: Madras. HEX triplet: 48, 41 and 19. RGB value is (72,65,25). Sum of RGB (Red+Green+Blue) = 72+65+25=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #484119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484119 is #B7BEE6. Grayscale: #3E3E3E. Windows color (decimal): -12041959 or 1655112. OLE color: 1655112.

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

Color convert

RGB 72 65 25 -
CMYK 0 0.10 0.65 0.72
HSL 51.06º 0.48% 0.19% -
HSV(B) 51.06º 0.65% 0.28% -
XYZ 4.74 5.23 1.68 -
YUV 62.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 72 65 25 0 0.10 0.65 0.72 51.06 0.48 0.19
Hex 48 41 19 0 A 41 48 33 30 13
Octal 110 101 31 0 12 101 110 63 60 23
Binary 1001000 1000001 11001 0 1010 1000001 1001000 110011 110000 10011

Color Harmonies of #484119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484119

Black with #484119

Text Example


Text Example

White with #484119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484119; }

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

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

background-color css

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

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

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

border-color css

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

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

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