#453820

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

Shades of Mikado #453820

Tints of Mikado #453820

Color information

#453820 (or 0x453820) is unknown color: approx Mikado. HEX triplet: 45, 38 and 20. RGB value is (69,56,32). Sum of RGB (Red+Green+Blue) = 69+56+32=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453820 is #BAC7DF. Grayscale: #393939. Windows color (decimal): -12240864 or 2111557. OLE color: 2111557.

HSL color Cylindrical-coordinate representation of color #453820: hue angle of 38.92º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #453820 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB695632-
CMYK00.190.540.73
HSL38.92º36.63%19.8%-
HSV(B)38.92º53.62%27.06%-
XYZ4.134.21.96-
YUV57.15113.81136.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=43.95%
G=35.67%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69563200.190.540.7338.9236.6319.8
Hex4538200133649272514
Octal105704002366111474524
Binary1000101111000100000010011110110100100110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453820; }

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

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

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

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

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

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

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

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