#453614

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

Shades of Mikado #453614

Tints of Mikado #453614

Color information

#453614 (or 0x453614) is unknown color: approx Mikado. HEX triplet: 45, 36 and 14. RGB value is (69,54,20). Sum of RGB (Red+Green+Blue) = 69+54+20=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453614 is #BAC9EB. Grayscale: #363636. Windows color (decimal): -12241388 or 1324613. OLE color: 1324613.

HSL color Cylindrical-coordinate representation of color #453614: hue angle of 41.63º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #453614 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB695420-
CMYK00.220.710.73
HSL41.63º55.06%17.45%-
HSV(B)41.63º71.01%27.06%-
XYZ3.93.951.22-
YUV54.61108.47138.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=48.25%
G=37.76%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69542000.220.710.7341.6355.0617.45
Hex45361401647492a3711
Octal1056624026107111526721
Binary1000101110110101000101101000111100100110101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453614; }

 p { color: rgb(69,54,20); }

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

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

 a { background-color: rgb(69,54,20); }

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

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

 span { border-color: rgb(69,54,20); }

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