#453F1E

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

Shades of Madras #453F1E

Tints of Madras #453F1E

Color information

#453F1E (or 0x453F1E) is unknown color: approx Madras. HEX triplet: 45, 3F and 1E. RGB value is (69,63,30). Sum of RGB (Red+Green+Blue) = 69+63+30=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1E is #BAC0E1. Grayscale: #3D3D3D. Windows color (decimal): -12239074 or 1982277. OLE color: 1982277.

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

Color convert

RGB696330-
CMYK00.090.570.73
HSL50.77º39.39%19.41%-
HSV(B)50.77º56.52%27.06%-
XYZ4.474.911.94-
YUV61.03110.49133.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 30 (12.11% from 255) = 18.52%
R=42.59%
G=38.89%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69633000.090.570.7350.7739.3919.41
Hex453F1E093949332713
Octal105773601171111634723
Binary10001011111111111001001111001100100111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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