#453616

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

Shades of Mikado #453616

Tints of Mikado #453616

Color information

#453616 (or 0x453616) is unknown color: approx Mikado. HEX triplet: 45, 36 and 16. RGB value is (69,54,22). Sum of RGB (Red+Green+Blue) = 69+54+22=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 54 (21.48% from 255 or 37.24% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453616 is #BAC9E9. Grayscale: #363636. Windows color (decimal): -12241386 or 1455685. OLE color: 1455685.

HSL color Cylindrical-coordinate representation of color #453616: hue angle of 40.85º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453616 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB695422-
CMYK00.220.680.73
HSL40.85º51.65%17.84%-
HSV(B)40.85º68.12%27.06%-
XYZ3.923.961.32-
YUV54.84109.47138.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 54 (21.48% from 255) = 37.24%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=47.59%
G=37.24%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69542200.220.680.7340.8551.6517.84
Hex4536160164449293412
Octal1056626026104111516422
Binary1000101110110101100101101000100100100110100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453616; }

 p { color: rgb(69,54,22); }

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

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

 a { background-color: rgb(69,54,22); }

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

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

 span { border-color: rgb(69,54,22); }

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