#453004

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

Shades of Mikado #453004

Tints of Mikado #453004

Color information

#453004 (or 0x453004) is unknown color: approx Mikado. HEX triplet: 45, 30 and 04. RGB value is (69,48,4). Sum of RGB (Red+Green+Blue) = 69+48+4=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #453004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453004 is #BACFFB. Grayscale: #313131. Windows color (decimal): -12242940 or 274501. OLE color: 274501.

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

Color convert

RGB69484-
CMYK00.300.940.73
HSL40.62º89.04%14.31%-
HSV(B)40.62º94.2%27.06%-
XYZ3.533.390.58-
YUV49.26102.46142.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=57.02%
G=39.67%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6948400.300.940.7340.6289.0414.31
Hex4530401E5E492959e
Octal1056040361361115113116
Binary10001011100001000111101011110100100110100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453004; }

 p { color: rgb(69,48,4); }

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

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

 a { background-color: rgb(69,48,4); }

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

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

 span { border-color: rgb(69,48,4); }

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