#453818

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

Shades of Mikado #453818

Tints of Mikado #453818

Color information

#453818 (or 0x453818) is unknown color: approx Mikado. HEX triplet: 45, 38 and 18. RGB value is (69,56,24). Sum of RGB (Red+Green+Blue) = 69+56+24=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #453818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453818 is #BAC7E7. Grayscale: #383838. Windows color (decimal): -12240872 or 1587269. OLE color: 1587269.

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

Color convert

RGB695624-
CMYK00.190.650.73
HSL42.67º48.39%18.24%-
HSV(B)42.67º65.22%27.06%-
XYZ4.034.161.45-
YUV56.24109.81137.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=46.31%
G=37.58%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69562400.190.650.7342.6748.3918.24
Hex45381801341492b3012
Octal1057030023101111536022
Binary1000101111000110000100111000001100100110101111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453818; }

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

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

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

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

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

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

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

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