#453A23

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

Shades of Mikado #453A23

Tints of Mikado #453A23

Color information

#453A23 (or 0x453A23) is unknown color: approx Mikado. HEX triplet: 45, 3A and 23. RGB value is (69,58,35). Sum of RGB (Red+Green+Blue) = 69+58+35=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A23 is #BAC5DC. Grayscale: #3A3A3A. Windows color (decimal): -12240349 or 2308677. OLE color: 2308677.

HSL color Cylindrical-coordinate representation of color #453A23: hue angle of 40.59º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #453A23 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB695835-
CMYK00.160.490.73
HSL40.59º32.69%20.39%-
HSV(B)40.59º49.28%27.06%-
XYZ4.274.412.22-
YUV58.67114.64135.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=42.59%
G=35.80%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69583500.160.490.7340.5932.6920.39
Hex453A230103149292114
Octal105724302061111514124
Binary1000101111010100011010000110001100100110100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453A23; }

 p { color: rgb(69,58,35); }

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

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

 a { background-color: rgb(69,58,35); }

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

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

 span { border-color: rgb(69,58,35); }

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