Html Css Color HEX #484619 Madras

📋 copy color: '#484619'

red 72 ◦ green 70 ◦ blue 25

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

Shades of Madras #484619

Tints of Madras #484619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 43.11%
G = 41.92%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.72

RGB Variations

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

Color information

#484619 (or 0x484619) is known color: Madras. HEX triplet: 48, 46 and 19. RGB value is (72,70,25). Sum of RGB (Red+Green+Blue) = 72+70+25=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #484619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484619 is #B7B9E6. Grayscale: #414141. Windows color (decimal): -12040679 or 1656392. OLE color: 1656392.

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

Color convert

RGB 72 70 25 -
CMYK 0 0.03 0.65 0.72
HSL 57.45º 0.48% 0.19% -
HSV(B) 57.45º 0.65% 0.28% -
XYZ 5.04 5.83 1.78 -
YUV 65.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 72 70 25 0 0.03 0.65 0.72 57.45 0.48 0.19
Hex 48 46 19 0 3 41 48 39 30 13
Octal 110 106 31 0 3 101 110 71 60 23
Binary 1001000 1000110 11001 0 11 1000001 1001000 111001 110000 10011

Color Harmonies of #484619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484619

Black with #484619

Text Example


Text Example

White with #484619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484619; }

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

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

background-color css

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

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

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

border-color css

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

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

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