#453312

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

Shades of Mikado #453312

Tints of Mikado #453312

Color information

#453312 (or 0x453312) is unknown color: approx Mikado. HEX triplet: 45, 33 and 12. RGB value is (69,51,18). Sum of RGB (Red+Green+Blue) = 69+51+18=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453312 is #BACCED. Grayscale: #343434. Windows color (decimal): -12242158 or 1192773. OLE color: 1192773.

HSL color Cylindrical-coordinate representation of color #453312: hue angle of 38.82º 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 #453312 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB695118-
CMYK00.260.740.73
HSL38.82º58.62%17.06%-
HSV(B)38.82º73.91%27.06%-
XYZ3.753.681.08-
YUV52.62108.46139.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 18 (7.42% from 255) = 13.04%
R=50%
G=36.96%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69511800.260.740.7338.8258.6217.06
Hex45331201A4A49273b11
Octal1056322032112111477321
Binary1000101110011100100110101001010100100110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453312; }

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

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

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

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

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

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

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

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