#453512

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

Shades of Mikado #453512

Tints of Mikado #453512

Color information

#453512 (or 0x453512) is unknown color: approx Mikado. HEX triplet: 45, 35 and 12. RGB value is (69,53,18). Sum of RGB (Red+Green+Blue) = 69+53+18=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453512 is #BACAED. Grayscale: #353535. Windows color (decimal): -12241646 or 1193285. OLE color: 1193285.

HSL color Cylindrical-coordinate representation of color #453512: hue angle of 41.18º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #453512 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB695318-
CMYK00.230.740.73
HSL41.18º58.62%17.06%-
HSV(B)41.18º73.91%27.06%-
XYZ3.843.861.11-
YUV53.79107.8138.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=49.29%
G=37.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69531800.230.740.7341.1858.6217.06
Hex4535120174A49293b11
Octal1056522027112111517321
Binary1000101110101100100101111001010100100110100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453512; }

 p { color: rgb(69,53,18); }

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

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

 a { background-color: rgb(69,53,18); }

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

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

 span { border-color: rgb(69,53,18); }

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