#453B13

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

Shades of Madras #453B13

Tints of Madras #453B13

Color information

#453B13 (or 0x453B13) is unknown color: approx Madras. HEX triplet: 45, 3B and 13. RGB value is (69,59,19). Sum of RGB (Red+Green+Blue) = 69+59+19=147 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.94% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 69 - color contains mainly: red. Hex color #453B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B13 is #BAC4EC. Grayscale: #393939. Windows color (decimal): -12240109 or 1260357. OLE color: 1260357.

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

Color convert

RGB695919-
CMYK00.140.720.73
HSL48º56.82%17.25%-
HSV(B)48º72.46%27.06%-
XYZ4.144.441.26-
YUV57.43106.31136.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.94%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=46.94%
G=40.14%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69591900.140.720.734856.8217.25
Hex453B130E4849303911
Octal1057323016110111607121
Binary100010111101110011011101001000100100111000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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