Html Css Color HEX #484410 Madras

📋 copy color: '#484410'

red 72 ◦ green 68 ◦ blue 16

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

Shades of Madras #484410

Tints of Madras #484410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.26%

R = 46.15%
G = 43.59%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484410 (or 0x484410) is known color: Madras. HEX triplet: 48, 44 and 10. RGB value is (72,68,16). Sum of RGB (Red+Green+Blue) = 72+68+16=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #484410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484410 is #B7BBEF. Grayscale: #3F3F3F. Windows color (decimal): -12041200 or 1066056. OLE color: 1066056.

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

Color convert

RGB 72 68 16 -
CMYK 0 0.06 0.78 0.72
HSL 55.71º 0.64% 0.17% -
HSV(B) 55.71º 0.78% 0.28% -
XYZ 4.83 5.55 1.31 -
YUV 63.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 72 68 16 0 0.06 0.78 0.72 55.71 0.64 0.17
Hex 48 44 10 0 6 4E 48 38 40 11
Octal 110 104 20 0 6 116 110 70 100 21
Binary 1001000 1000100 10000 0 110 1001110 1001000 111000 1000000 10001

Color Harmonies of #484410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484410

Black with #484410

Text Example


Text Example

White with #484410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484410; }

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

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

background-color css

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

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

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

border-color css

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

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

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