Html Css Color HEX #484010 Madras

📋 copy color: '#484010'

red 72 ◦ green 64 ◦ blue 16

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

Shades of Madras #484010

Tints of Madras #484010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.11%

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

R = 47.37%
G = 42.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484010 (or 0x484010) is known color: Madras. HEX triplet: 48, 40 and 10. RGB value is (72,64,16). Sum of RGB (Red+Green+Blue) = 72+64+16=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #484010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484010 is #B7BFEF. Grayscale: #3D3D3D. Windows color (decimal): -12042224 or 1065032. OLE color: 1065032.

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

Color convert

RGB 72 64 16 -
CMYK 0 0.11 0.78 0.72
HSL 51.43º 0.64% 0.17% -
HSV(B) 51.43º 0.78% 0.28% -
XYZ 4.6 5.08 1.23 -
YUV 60.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 72 64 16 0 0.11 0.78 0.72 51.43 0.64 0.17
Hex 48 40 10 0 B 4E 48 33 40 11
Octal 110 100 20 0 13 116 110 63 100 21
Binary 1001000 1000000 10000 0 1011 1001110 1001000 110011 1000000 10001

Color Harmonies of #484010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484010

Black with #484010

Text Example


Text Example

White with #484010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484010; }

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

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

background-color css

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

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

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

border-color css

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

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

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