#453F1B

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

Shades of Madras #453F1B

Tints of Madras #453F1B

Color information

#453F1B (or 0x453F1B) is unknown color: approx Madras. HEX triplet: 45, 3F and 1B. RGB value is (69,63,27). Sum of RGB (Red+Green+Blue) = 69+63+27=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #453F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F1B is #BAC0E4. Grayscale: #3C3C3C. Windows color (decimal): -12239077 or 1785669. OLE color: 1785669.

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

Color convert

RGB696327-
CMYK00.090.610.73
HSL51.43º43.75%18.82%-
HSV(B)51.43º60.87%27.06%-
XYZ4.434.91.75-
YUV60.69108.99133.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=43.40%
G=39.62%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69632700.090.610.7351.4343.7518.82
Hex453F1B093D49332c13
Octal105773301175111635423
Binary10001011111111101101001111101100100111001110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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