#453619

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

Shades of Mikado #453619

Tints of Mikado #453619

Color information

#453619 (or 0x453619) is unknown color: approx Mikado. HEX triplet: 45, 36 and 19. RGB value is (69,54,25). Sum of RGB (Red+Green+Blue) = 69+54+25=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #453619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453619 is #BAC9E6. Grayscale: #373737. Windows color (decimal): -12241383 or 1652293. OLE color: 1652293.

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

Color convert

RGB695425-
CMYK00.220.640.73
HSL39.55º46.81%18.43%-
HSV(B)39.55º63.77%27.06%-
XYZ3.953.971.48-
YUV55.18110.97137.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=46.62%
G=36.49%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69542500.220.640.7339.5546.8118.43
Hex4536190164049282f12
Octal1056631026100111505722
Binary1000101110110110010101101000000100100110100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453619; }

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

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

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

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

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

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

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

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