Html Css Color HEX #484318 Madras

📋 copy color: '#484318'

red 72 ◦ green 67 ◦ blue 24

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

Shades of Madras #484318

Tints of Madras #484318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.1%

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

R = 44.17%
G = 41.1%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#484318 (or 0x484318) is known color: Madras. HEX triplet: 48, 43 and 18. RGB value is (72,67,24). Sum of RGB (Red+Green+Blue) = 72+67+24=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #484318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484318 is #B7BCE7. Grayscale: #3F3F3F. Windows color (decimal): -12041448 or 1590088. OLE color: 1590088.

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

Color convert

RGB 72 67 24 -
CMYK 0 0.07 0.67 0.72
HSL 53.75º 0.5% 0.19% -
HSV(B) 53.75º 0.67% 0.28% -
XYZ 4.84 5.46 1.66 -
YUV 63.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 72 67 24 0 0.07 0.67 0.72 53.75 0.5 0.19
Hex 48 43 18 0 7 43 48 36 32 13
Octal 110 103 30 0 7 103 110 66 62 23
Binary 1001000 1000011 11000 0 111 1000011 1001000 110110 110010 10011

Color Harmonies of #484318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484318

Black with #484318

Text Example


Text Example

White with #484318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484318; }

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

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

background-color css

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

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

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

border-color css

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

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

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