Html Css Color HEX #484413 Madras

📋 copy color: '#484413'

red 72 ◦ green 68 ◦ blue 19

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

Shades of Madras #484413

Tints of Madras #484413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.77%

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

R = 45.28%
G = 42.77%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484413 (or 0x484413) is known color: Madras. HEX triplet: 48, 44 and 13. RGB value is (72,68,19). Sum of RGB (Red+Green+Blue) = 72+68+19=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #484413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484413 is #B7BBEC. Grayscale: #3F3F3F. Windows color (decimal): -12041197 or 1262664. OLE color: 1262664.

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

Color convert

RGB 72 68 19 -
CMYK 0 0.06 0.74 0.72
HSL 55.47º 0.58% 0.18% -
HSV(B) 55.47º 0.74% 0.28% -
XYZ 4.86 5.56 1.43 -
YUV 63.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 72 68 19 0 0.06 0.74 0.72 55.47 0.58 0.18
Hex 48 44 13 0 6 4A 48 37 3A 12
Octal 110 104 23 0 6 112 110 67 72 22
Binary 1001000 1000100 10011 0 110 1001010 1001000 110111 111010 10010

Color Harmonies of #484413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484413

Black with #484413

Text Example


Text Example

White with #484413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484413; }

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

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

background-color css

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

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

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

border-color css

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

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

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