#453A13

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

Shades of Madras #453A13

Tints of Madras #453A13

Color information

#453A13 (or 0x453A13) is unknown color: approx Madras. HEX triplet: 45, 3A and 13. RGB value is (69,58,19). Sum of RGB (Red+Green+Blue) = 69+58+19=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #453A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A13 is #BAC5EC. Grayscale: #393939. Windows color (decimal): -12240365 or 1260101. OLE color: 1260101.

HSL color Cylindrical-coordinate representation of color #453A13: hue angle of 46.8º 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 #453A13 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB695819-
CMYK00.160.720.73
HSL46.8º56.82%17.25%-
HSV(B)46.8º72.46%27.06%-
XYZ4.084.341.24-
YUV56.84106.64136.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=47.26%
G=39.73%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69581900.160.720.7346.856.8217.25
Hex453A1301048492f3911
Octal1057223020110111577121
Binary1000101111010100110100001001000100100110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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