#453819

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

Shades of Mikado #453819

Tints of Mikado #453819

Color information

#453819 (or 0x453819) is unknown color: approx Mikado. HEX triplet: 45, 38 and 19. RGB value is (69,56,25). Sum of RGB (Red+Green+Blue) = 69+56+25=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453819 is #BAC7E6. Grayscale: #383838. Windows color (decimal): -12240871 or 1652805. OLE color: 1652805.

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

Color convert

RGB695625-
CMYK00.190.640.73
HSL42.27º46.81%18.43%-
HSV(B)42.27º63.77%27.06%-
XYZ4.044.161.51-
YUV56.35110.31137.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=46%
G=37.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69562500.190.640.7342.2746.8118.43
Hex45381901340492a2f12
Octal1057031023100111525722
Binary1000101111000110010100111000000100100110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453819; }

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

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

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

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

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

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

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

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