#4A3406

Color #4A3406 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #4A3406

Tints of Mikado #4A3406

Color information

#4A3406 (or 0x4A3406) is unknown color: approx Mikado. HEX triplet: 4A, 34 and 06. RGB value is (74,52,6). Sum of RGB (Red+Green+Blue) = 74+52+6=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3406 is #B5CBF9. Grayscale: #353535. Windows color (decimal): -11914234 or 406602. OLE color: 406602.

HSL color Cylindrical-coordinate representation of color #4A3406: hue angle of 40.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A3406 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB74526-
CMYK00.300.920.71
HSL40.59º85%15.69%-
HSV(B)40.59º91.89%29.02%-
XYZ4.083.920.71-
YUV53.33101.29142.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 56.06%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 6 (2.73% from 255) = 4.55%
R=56.06%
G=39.39%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7452600.300.920.7140.598515.69
Hex4A34601E5C47295510
Octal1126460361341075112520
Binary100101011010011001111010111001000111101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3406; }

 p { color: rgb(74,52,6); }

 H1.HeaderClassName
 {
   color: #4A3406;
 }
 .AnyTagClassName
 {
   color: #4A3406;
 }
</style>
background-color css

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

 a { background-color: rgb(74,52,6); }

 div.DivClassName
 {
   background-color: #4A3406;
 }
 .BgClassName
 {
   background-color: #4A3406;
 }
</style>
border-color css

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

 span { border-color: rgb(74,52,6); }

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