#453D04

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

Shades of Madras #453D04

Tints of Madras #453D04

Color information

#453D04 (or 0x453D04) is unknown color: approx Madras. HEX triplet: 45, 3D and 04. RGB value is (69,61,4). Sum of RGB (Red+Green+Blue) = 69+61+4=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #453D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D04 is #BAC2FB. Grayscale: #393939. Windows color (decimal): -12239612 or 277829. OLE color: 277829.

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

Color convert

RGB69614-
CMYK00.120.940.73
HSL52.62º89.04%14.31%-
HSV(B)52.62º94.2%27.06%-
XYZ4.144.610.79-
YUV56.8998.15136.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 61 (24.22% from 255) = 45.52%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=51.49%
G=45.52%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6961400.120.940.7352.6289.0414.31
Hex453D40C5E493559e
Octal1057540141361116513116
Binary1000101111101100011001011110100100111010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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