Html Css Color HEX #484206 Madras

📋 copy color: '#484206'

red 72 ◦ green 66 ◦ blue 6

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

Shades of Madras #484206

Tints of Madras #484206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 50%
G = 45.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#484206 (or 0x484206) is known color: Madras. HEX triplet: 48, 42 and 06. RGB value is (72,66,6). Sum of RGB (Red+Green+Blue) = 72+66+6=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484206 is #B7BDF9. Grayscale: #3D3D3D. Windows color (decimal): -12041722 or 410184. OLE color: 410184.

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

Color convert

RGB 72 66 6 -
CMYK 0 0.08 0.92 0.72
HSL 54.55º 0.85% 0.15% -
HSV(B) 54.55º 0.92% 0.28% -
XYZ 4.65 5.29 0.95 -
YUV 60.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 72 66 6 0 0.08 0.92 0.72 54.55 0.85 0.15
Hex 48 42 6 0 8 5C 48 37 55 F
Octal 110 102 6 0 10 134 110 67 125 17
Binary 1001000 1000010 110 0 1000 1011100 1001000 110111 1010101 1111

Color Harmonies of #484206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484206

Black with #484206

Text Example


Text Example

White with #484206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484206; }

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

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

background-color css

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

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

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

border-color css

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

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

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