#483406

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

Shades of Mikado #483406

Tints of Mikado #483406

Color information

#483406 (or 0x483406) is unknown color: approx Mikado. HEX triplet: 48, 34 and 06. RGB value is (72,52,6). Sum of RGB (Red+Green+Blue) = 72+52+6=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #483406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #483406 is #B7CBF9. Grayscale: #343434. Windows color (decimal): -12045306 or 406600. OLE color: 406600.

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

Color convert

RGB72526-
CMYK00.280.920.72
HSL41.82º84.62%15.29%-
HSV(B)41.82º91.67%28.24%-
XYZ3.933.850.71-
YUV52.74101.63141.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=55.38%
G=40%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252600.280.920.7241.8284.6215.29
Hex4834601C5C482a55f
Octal1106460341341105212517
Binary10010001101001100111001011100100100010101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483406; }

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

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

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

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

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

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

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

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