#453C13

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

Shades of Madras #453C13

Tints of Madras #453C13

Color information

#453C13 (or 0x453C13) is unknown color: approx Madras. HEX triplet: 45, 3C and 13. RGB value is (69,60,19). Sum of RGB (Red+Green+Blue) = 69+60+19=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #453C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C13 is #BAC3EC. Grayscale: #3A3A3A. Windows color (decimal): -12239853 or 1260613. OLE color: 1260613.

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

Color convert

RGB696019-
CMYK00.130.720.73
HSL49.2º56.82%17.25%-
HSV(B)49.2º72.46%27.06%-
XYZ4.194.541.27-
YUV58.02105.98135.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 60 (23.83% from 255) = 40.54%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=46.62%
G=40.54%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69601900.130.720.7349.256.8217.25
Hex453C130D4849313911
Octal1057423015110111617121
Binary100010111110010011011011001000100100111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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