#453804

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

Shades of Madras #453804

Tints of Madras #453804

Color information

#453804 (or 0x453804) is unknown color: approx Madras. HEX triplet: 45, 38 and 04. RGB value is (69,56,4). Sum of RGB (Red+Green+Blue) = 69+56+4=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #453804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453804 is #BAC7FB. Grayscale: #363636. Windows color (decimal): -12240892 or 276549. OLE color: 276549.

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

Color convert

RGB69564-
CMYK00.190.940.73
HSL48º89.04%14.31%-
HSV(B)48º94.2%27.06%-
XYZ3.894.10.7-
YUV53.9699.81138.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=53.49%
G=43.41%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6956400.190.940.734889.0414.31
Hex453840135E493059e
Octal1057040231361116013116
Binary10001011110001000100111011110100100111000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453804; }

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

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

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

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

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

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

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

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