Html Css Color HEX #484618 Madras

📋 copy color: '#484618'

red 72 ◦ green 70 ◦ blue 24

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

Shades of Madras #484618

Tints of Madras #484618

RGB

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

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

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

R = 43.37%
G = 42.17%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484618 (or 0x484618) is known color: Madras. HEX triplet: 48, 46 and 18. RGB value is (72,70,24). Sum of RGB (Red+Green+Blue) = 72+70+24=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #484618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484618 is #B7B9E7. Grayscale: #414141. Windows color (decimal): -12040680 or 1590856. OLE color: 1590856.

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

Color convert

RGB 72 70 24 -
CMYK 0 0.03 0.67 0.72
HSL 57.5º 0.5% 0.19% -
HSV(B) 57.5º 0.67% 0.28% -
XYZ 5.03 5.82 1.72 -
YUV 65.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 72 70 24 0 0.03 0.67 0.72 57.5 0.5 0.19
Hex 48 46 18 0 3 43 48 3A 32 13
Octal 110 106 30 0 3 103 110 72 62 23
Binary 1001000 1000110 11000 0 11 1000011 1001000 111010 110010 10011

Color Harmonies of #484618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484618

Black with #484618

Text Example


Text Example

White with #484618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484618; }

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

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

background-color css

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

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

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

border-color css

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

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

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