Html Css Color HEX #484205 Madras

📋 copy color: '#484205'

red 72 ◦ green 66 ◦ blue 5

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

Shades of Madras #484205

Tints of Madras #484205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 50.35%
G = 46.15%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#484205 (or 0x484205) is known color: Madras. HEX triplet: 48, 42 and 05. RGB value is (72,66,5). Sum of RGB (Red+Green+Blue) = 72+66+5=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484205 is #B7BDFA. Grayscale: #3D3D3D. Windows color (decimal): -12041723 or 344648. OLE color: 344648.

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

Color convert

RGB 72 66 5 -
CMYK 0 0.08 0.93 0.72
HSL 54.63º 0.87% 0.15% -
HSV(B) 54.63º 0.93% 0.28% -
XYZ 4.65 5.29 0.92 -
YUV 60.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 72 66 5 0 0.08 0.93 0.72 54.63 0.87 0.15
Hex 48 42 5 0 8 5D 48 37 57 F
Octal 110 102 5 0 10 135 110 67 127 17
Binary 1001000 1000010 101 0 1000 1011101 1001000 110111 1010111 1111

Color Harmonies of #484205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484205

Black with #484205

Text Example


Text Example

White with #484205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484205; }

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

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

background-color css

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

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

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

border-color css

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

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

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