#453B14

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

Shades of Madras #453B14

Tints of Madras #453B14

Color information

#453B14 (or 0x453B14) is unknown color: approx Madras. HEX triplet: 45, 3B and 14. RGB value is (69,59,20). Sum of RGB (Red+Green+Blue) = 69+59+20=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #453B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B14 is #BAC4EB. Grayscale: #393939. Windows color (decimal): -12240108 or 1325893. OLE color: 1325893.

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

Color convert

RGB695920-
CMYK00.140.710.73
HSL47.76º55.06%17.45%-
HSV(B)47.76º71.01%27.06%-
XYZ4.144.441.3-
YUV57.54106.81136.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=46.62%
G=39.86%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69592000.140.710.7347.7655.0617.45
Hex453B140E4749303711
Octal1057324016107111606721
Binary100010111101110100011101000111100100111000011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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