#453E13

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

Shades of Madras #453E13

Tints of Madras #453E13

Color information

#453E13 (or 0x453E13) is unknown color: approx Madras. HEX triplet: 45, 3E and 13. RGB value is (69,62,19). Sum of RGB (Red+Green+Blue) = 69+62+19=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 69 - color contains mainly: red. Hex color #453E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E13 is #BAC1EC. Grayscale: #3B3B3B. Windows color (decimal): -12239341 or 1261125. OLE color: 1261125.

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

Color convert

RGB696219-
CMYK00.100.720.73
HSL51.6º56.82%17.25%-
HSV(B)51.6º72.46%27.06%-
XYZ4.294.761.31-
YUV59.19105.32135-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=46%
G=41.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69621900.100.720.7351.656.8217.25
Hex453E130A4849343911
Octal1057623012110111647121
Binary100010111111010011010101001000100100111010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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