Html Css Color HEX #484210 Madras

📋 copy color: '#484210'

red 72 ◦ green 66 ◦ blue 16

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

Shades of Madras #484210

Tints of Madras #484210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

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

R = 46.75%
G = 42.86%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484210 (or 0x484210) is known color: Madras. HEX triplet: 48, 42 and 10. RGB value is (72,66,16). Sum of RGB (Red+Green+Blue) = 72+66+16=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #484210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484210 is #B7BDEF. Grayscale: #3E3E3E. Windows color (decimal): -12041712 or 1065544. OLE color: 1065544.

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

Color convert

RGB 72 66 16 -
CMYK 0 0.08 0.78 0.72
HSL 53.57º 0.64% 0.17% -
HSV(B) 53.57º 0.78% 0.28% -
XYZ 4.71 5.31 1.27 -
YUV 62.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 72 66 16 0 0.08 0.78 0.72 53.57 0.64 0.17
Hex 48 42 10 0 8 4E 48 36 40 11
Octal 110 102 20 0 10 116 110 66 100 21
Binary 1001000 1000010 10000 0 1000 1001110 1001000 110110 1000000 10001

Color Harmonies of #484210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484210

Black with #484210

Text Example


Text Example

White with #484210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484210; }

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

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

background-color css

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

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

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

border-color css

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

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

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