Html Css Color HEX #484513 Madras

📋 copy color: '#484513'

red 72 ◦ green 69 ◦ blue 19

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

Shades of Madras #484513

Tints of Madras #484513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.13%

 BLUE value IS 19 (7.81% from 255) = 11.88%

R = 45%
G = 43.13%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484513 (or 0x484513) is known color: Madras. HEX triplet: 48, 45 and 13. RGB value is (72,69,19). Sum of RGB (Red+Green+Blue) = 72+69+19=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #484513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484513 is #B7BAEC. Grayscale: #404040. Windows color (decimal): -12040941 or 1262920. OLE color: 1262920.

HSL color Cylindrical-coordinate representation of color #484513: hue angle of 56.6º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484513 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 19 -
CMYK 0 0.04 0.74 0.72
HSL 56.6º 0.58% 0.18% -
HSV(B) 56.6º 0.74% 0.28% -
XYZ 4.92 5.68 1.45 -
YUV 64.2 102.49 133.57 -
System Red Green Blue C M Y K H S L
Decimal 72 69 19 0 0.04 0.74 0.72 56.6 0.58 0.18
Hex 48 45 13 0 4 4A 48 39 3A 12
Octal 110 105 23 0 4 112 110 71 72 22
Binary 1001000 1000101 10011 0 100 1001010 1001000 111001 111010 10010

Color Harmonies of #484513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484513

Black with #484513

Text Example


Text Example

White with #484513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484513; }

 p { color: rgb(72,69,19); }

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

background-color css

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

 a { background-color: rgb(72,69,19); }

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

border-color css

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

 span { border-color: rgb(72,69,19); }

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