Html Css Color HEX #484110 Madras

📋 copy color: '#484110'

red 72 ◦ green 65 ◦ blue 16

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

Shades of Madras #484110

Tints of Madras #484110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 42.48%

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

R = 47.06%
G = 42.48%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#484110 (or 0x484110) is known color: Madras. HEX triplet: 48, 41 and 10. RGB value is (72,65,16). Sum of RGB (Red+Green+Blue) = 72+65+16=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #484110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484110 is #B7BEEF. Grayscale: #3D3D3D. Windows color (decimal): -12041968 or 1065288. OLE color: 1065288.

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

Color convert

RGB 72 65 16 -
CMYK 0 0.10 0.78 0.72
HSL 52.5º 0.64% 0.17% -
HSV(B) 52.5º 0.78% 0.28% -
XYZ 4.66 5.2 1.25 -
YUV 61.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 72 65 16 0 0.10 0.78 0.72 52.5 0.64 0.17
Hex 48 41 10 0 A 4E 48 34 40 11
Octal 110 101 20 0 12 116 110 64 100 21
Binary 1001000 1000001 10000 0 1010 1001110 1001000 110100 1000000 10001

Color Harmonies of #484110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484110

Black with #484110

Text Example


Text Example

White with #484110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484110; }

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

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

background-color css

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

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

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

border-color css

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

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

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