#453519

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

Shades of Mikado #453519

Tints of Mikado #453519

Color information

#453519 (or 0x453519) is unknown color: approx Mikado. HEX triplet: 45, 35 and 19. RGB value is (69,53,25). Sum of RGB (Red+Green+Blue) = 69+53+25=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453519 is #BACAE6. Grayscale: #363636. Windows color (decimal): -12241639 or 1652037. OLE color: 1652037.

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

Color convert

RGB695325-
CMYK00.230.640.73
HSL38.18º46.81%18.43%-
HSV(B)38.18º63.77%27.06%-
XYZ3.93.881.46-
YUV54.59111.3138.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=46.94%
G=36.05%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69532500.230.640.7338.1846.8118.43
Hex4535190174049262f12
Octal1056531027100111465722
Binary1000101110101110010101111000000100100110011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453519; }

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

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

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

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

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

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

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

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