#453E05

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

Shades of Madras #453E05

Tints of Madras #453E05

Color information

#453E05 (or 0x453E05) is unknown color: approx Madras. HEX triplet: 45, 3E and 05. RGB value is (69,62,5). Sum of RGB (Red+Green+Blue) = 69+62+5=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #453E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E05 is #BAC1FA. Grayscale: #393939. Windows color (decimal): -12239355 or 343621. OLE color: 343621.

HSL color Cylindrical-coordinate representation of color #453E05: hue angle of 53.44º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #453E05 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69625-
CMYK00.100.930.73
HSL53.44º86.49%14.51%-
HSV(B)53.44º92.75%27.06%-
XYZ4.24.720.83-
YUV57.698.32136.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 62 (24.61% from 255) = 45.59%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=50.74%
G=45.59%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6962500.100.930.7353.4486.4914.51
Hex453E50A5D493556f
Octal1057650121351116512617
Binary1000101111110101010101011101100100111010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,62,5); }

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

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

 a { background-color: rgb(69,62,5); }

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

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

 span { border-color: rgb(69,62,5); }

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