Html Css Color HEX #484411 Madras

📋 copy color: '#484411'

red 72 ◦ green 68 ◦ blue 17

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

Shades of Madras #484411

Tints of Madras #484411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.83%

R = 45.86%
G = 43.31%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#484411 (or 0x484411) is known color: Madras. HEX triplet: 48, 44 and 11. RGB value is (72,68,17). Sum of RGB (Red+Green+Blue) = 72+68+17=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #484411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484411 is #B7BBEE. Grayscale: #3F3F3F. Windows color (decimal): -12041199 or 1131592. OLE color: 1131592.

HSL color Cylindrical-coordinate representation of color #484411: hue angle of 55.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #484411 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 17 -
CMYK 0 0.06 0.76 0.72
HSL 55.64º 0.62% 0.17% -
HSV(B) 55.64º 0.76% 0.28% -
XYZ 4.84 5.55 1.35 -
YUV 63.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 72 68 17 0 0.06 0.76 0.72 55.64 0.62 0.17
Hex 48 44 11 0 6 4C 48 38 3E 11
Octal 110 104 21 0 6 114 110 70 76 21
Binary 1001000 1000100 10001 0 110 1001100 1001000 111000 111110 10001

Color Harmonies of #484411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484411

Black with #484411

Text Example


Text Example

White with #484411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484411; }

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

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

background-color css

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

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

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

border-color css

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

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

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