#453F04

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

Shades of Madras #453F04

Tints of Madras #453F04

Color information

#453F04 (or 0x453F04) is unknown color: approx Madras. HEX triplet: 45, 3F and 04. RGB value is (69,63,4). Sum of RGB (Red+Green+Blue) = 69+63+4=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F04 is #BAC0FB. Grayscale: #3A3A3A. Windows color (decimal): -12239100 or 278341. OLE color: 278341.

HSL color Cylindrical-coordinate representation of color #453F04: hue angle of 54.46º 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 #453F04 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB69634-
CMYK00.090.940.73
HSL54.46º89.04%14.31%-
HSV(B)54.46º94.2%27.06%-
XYZ4.254.830.82-
YUV58.0797.49135.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 63 (25% from 255) = 46.32%
BLUE value IS 4 (1.95% from 255) = 2.94%
R=50.74%
G=46.32%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6963400.090.940.7354.4689.0414.31
Hex453F4095E493659e
Octal1057740111361116613116
Binary1000101111111100010011011110100100111011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453F04; }

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

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

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

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

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

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

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

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