#453F16

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

Shades of Madras #453F16

Tints of Madras #453F16

Color information

#453F16 (or 0x453F16) is unknown color: approx Madras. HEX triplet: 45, 3F and 16. RGB value is (69,63,22). Sum of RGB (Red+Green+Blue) = 69+63+22=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #453F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F16 is #BAC0E9. Grayscale: #3C3C3C. Windows color (decimal): -12239082 or 1457989. OLE color: 1457989.

HSL color Cylindrical-coordinate representation of color #453F16: hue angle of 52.34º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453F16 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB696322-
CMYK00.090.680.73
HSL52.34º51.65%17.84%-
HSV(B)52.34º68.12%27.06%-
XYZ4.384.881.47-
YUV60.12106.49134.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=44.81%
G=40.91%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69632200.090.680.7352.3451.6517.84
Hex453F16094449343412
Octal1057726011104111646422
Binary100010111111110110010011000100100100111010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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