#453F05

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

Shades of Madras #453F05

Tints of Madras #453F05

Color information

#453F05 (or 0x453F05) is unknown color: approx Madras. HEX triplet: 45, 3F and 05. RGB value is (69,63,5). Sum of RGB (Red+Green+Blue) = 69+63+5=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #453F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F05 is #BAC0FA. Grayscale: #3A3A3A. Windows color (decimal): -12239099 or 343877. OLE color: 343877.

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

Color convert

RGB69635-
CMYK00.090.930.73
HSL54.37º86.49%14.51%-
HSV(B)54.37º92.75%27.06%-
XYZ4.264.830.85-
YUV58.1897.99135.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=50.36%
G=45.99%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6963500.090.930.7354.3786.4914.51
Hex453F5095D493656f
Octal1057750111351116612617
Binary1000101111111101010011011101100100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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