#453E1A

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

Shades of Madras #453E1A

Tints of Madras #453E1A

Color information

#453E1A (or 0x453E1A) is unknown color: approx Madras. HEX triplet: 45, 3E and 1A. RGB value is (69,62,26). Sum of RGB (Red+Green+Blue) = 69+62+26=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #453E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E1A is #BAC1E5. Grayscale: #3C3C3C. Windows color (decimal): -12239334 or 1719877. OLE color: 1719877.

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

Color convert

RGB696226-
CMYK00.100.620.73
HSL50.23º45.26%18.63%-
HSV(B)50.23º62.32%27.06%-
XYZ4.364.791.67-
YUV59.99108.82134.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 26 (10.55% from 255) = 16.56%
R=43.95%
G=39.49%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69622600.100.620.7350.2345.2618.63
Hex453E1A0A3E49322d13
Octal105763201276111625523
Binary10001011111101101001010111110100100111001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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