#453415

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

Shades of Mikado #453415

Tints of Mikado #453415

Color information

#453415 (or 0x453415) is unknown color: approx Mikado. HEX triplet: 45, 34 and 15. RGB value is (69,52,21). Sum of RGB (Red+Green+Blue) = 69+52+21=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453415 is #BACBEA. Grayscale: #353535. Windows color (decimal): -12241899 or 1389637. OLE color: 1389637.

HSL color Cylindrical-coordinate representation of color #453415: hue angle of 38.75º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453415 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB695221-
CMYK00.250.700.73
HSL38.75º53.33%17.65%-
HSV(B)38.75º69.57%27.06%-
XYZ3.823.781.24-
YUV53.55109.63139.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=48.59%
G=36.62%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69522100.250.700.7338.7553.3317.65
Hex4534150194649273512
Octal1056425031106111476522
Binary1000101110100101010110011000110100100110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453415; }

 p { color: rgb(69,52,21); }

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

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

 a { background-color: rgb(69,52,21); }

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

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

 span { border-color: rgb(69,52,21); }

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