#453920

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

Shades of Mikado #453920

Tints of Mikado #453920

Color information

#453920 (or 0x453920) is unknown color: approx Mikado. HEX triplet: 45, 39 and 20. RGB value is (69,57,32). Sum of RGB (Red+Green+Blue) = 69+57+32=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453920 is #BAC6DF. Grayscale: #393939. Windows color (decimal): -12240608 or 2111813. OLE color: 2111813.

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

Color convert

RGB695732-
CMYK00.170.540.73
HSL40.54º36.63%19.8%-
HSV(B)40.54º53.62%27.06%-
XYZ4.184.31.98-
YUV57.74113.48136.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=43.67%
G=36.08%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69573200.170.540.7340.5436.6319.8
Hex4539200113649292514
Octal105714002166111514524
Binary1000101111001100000010001110110100100110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453920; }

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

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

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

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

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

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

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

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