Html Css Color HEX #484104 Madras

📋 copy color: '#484104'

red 72 ◦ green 65 ◦ blue 4

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

Shades of Madras #484104

Tints of Madras #484104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 51.06%
G = 46.1%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#484104 (or 0x484104) is known color: Madras. HEX triplet: 48, 41 and 04. RGB value is (72,65,4). Sum of RGB (Red+Green+Blue) = 72+65+4=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484104 is #B7BEFB. Grayscale: #3C3C3C. Windows color (decimal): -12041980 or 278856. OLE color: 278856.

HSL color Cylindrical-coordinate representation of color #484104: hue angle of 53.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #484104 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 65 4 -
CMYK 0 0.10 0.94 0.72
HSL 53.82º 0.89% 0.15% -
HSV(B) 53.82º 0.94% 0.28% -
XYZ 4.58 5.17 0.87 -
YUV 60.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 72 65 4 0 0.10 0.94 0.72 53.82 0.89 0.15
Hex 48 41 4 0 A 5E 48 36 59 F
Octal 110 101 4 0 12 136 110 66 131 17
Binary 1001000 1000001 100 0 1010 1011110 1001000 110110 1011001 1111

Color Harmonies of #484104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484104

Black with #484104

Text Example


Text Example

White with #484104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484104; }

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

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

background-color css

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

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

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

border-color css

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

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

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