Html Css Color HEX #484306 Madras

📋 copy color: '#484306'

red 72 ◦ green 67 ◦ blue 6

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

Shades of Madras #484306

Tints of Madras #484306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 49.66%
G = 46.21%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#484306 (or 0x484306) is known color: Madras. HEX triplet: 48, 43 and 06. RGB value is (72,67,6). Sum of RGB (Red+Green+Blue) = 72+67+6=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484306 is #B7BCF9. Grayscale: #3D3D3D. Windows color (decimal): -12041466 or 410440. OLE color: 410440.

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

Color convert

RGB 72 67 6 -
CMYK 0 0.07 0.92 0.72
HSL 55.45º 0.85% 0.15% -
HSV(B) 55.45º 0.92% 0.28% -
XYZ 4.71 5.41 0.97 -
YUV 61.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 72 67 6 0 0.07 0.92 0.72 55.45 0.85 0.15
Hex 48 43 6 0 7 5C 48 37 55 F
Octal 110 103 6 0 7 134 110 67 125 17
Binary 1001000 1000011 110 0 111 1011100 1001000 110111 1010101 1111

Color Harmonies of #484306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484306

Black with #484306

Text Example


Text Example

White with #484306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484306; }

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

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

background-color css

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

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

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

border-color css

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

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

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