#453400

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

Shades of Mikado #453400

Tints of Mikado #453400

Color information

#453400 (or 0x453400) is unknown color: approx Mikado. HEX triplet: 45, 34 and 00. RGB value is (69,52,0). Sum of RGB (Red+Green+Blue) = 69+52+0=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #453400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453400 is #BACBFF. Grayscale: #333333. Windows color (decimal): -12241920 or 13381. OLE color: 13381.

HSL color Cylindrical-coordinate representation of color #453400: hue angle of 45.22º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #453400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69520-
CMYK00.2510.73
HSL45.22º100%13.53%-
HSV(B)45.22º100%27.06%-
XYZ3.683.720.52-
YUV51.1699.13140.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.02%
G=42.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6952000.2510.7345.2210013.53
Hex4534001964492d64e
Octal1056400311441115514416
Binary100010111010000110011100100100100110110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453400; }

 p { color: rgb(69,52,0); }

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

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

 a { background-color: rgb(69,52,0); }

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

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

 span { border-color: rgb(69,52,0); }

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