#453B04

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

Shades of Madras #453B04

Tints of Madras #453B04

Color information

#453B04 (or 0x453B04) is unknown color: approx Madras. HEX triplet: 45, 3B and 04. RGB value is (69,59,4). Sum of RGB (Red+Green+Blue) = 69+59+4=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #453B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453B04 is #BAC4FB. Grayscale: #373737. Windows color (decimal): -12240124 or 277317. OLE color: 277317.

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

Color convert

RGB69594-
CMYK00.140.940.73
HSL50.77º89.04%14.31%-
HSV(B)50.77º94.2%27.06%-
XYZ4.044.40.75-
YUV55.7298.81137.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 59 (23.44% from 255) = 44.70%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=52.27%
G=44.70%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6959400.140.940.7350.7789.0414.31
Hex453B40E5E493359e
Octal1057340161361116313116
Binary1000101111011100011101011110100100111001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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