#453514

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

Shades of Mikado #453514

Tints of Mikado #453514

Color information

#453514 (or 0x453514) is unknown color: approx Mikado. HEX triplet: 45, 35 and 14. RGB value is (69,53,20). Sum of RGB (Red+Green+Blue) = 69+53+20=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453514 is #BACAEB. Grayscale: #363636. Windows color (decimal): -12241644 or 1324357. OLE color: 1324357.

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

Color convert

RGB695320-
CMYK00.230.710.73
HSL40.41º55.06%17.45%-
HSV(B)40.41º71.01%27.06%-
XYZ3.853.861.2-
YUV54.02108.8138.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=48.59%
G=37.32%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69532000.230.710.7340.4155.0617.45
Hex4535140174749283711
Octal1056524027107111506721
Binary1000101110101101000101111000111100100110100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453514; }

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

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

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

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

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

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

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

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