#453902

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

Shades of Madras #453902

Tints of Madras #453902

Color information

#453902 (or 0x453902) is unknown color: approx Madras. HEX triplet: 45, 39 and 02. RGB value is (69,57,2). Sum of RGB (Red+Green+Blue) = 69+57+2=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #453902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453902 is #BAC6FD. Grayscale: #363636. Windows color (decimal): -12240638 or 145733. OLE color: 145733.

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

Color convert

RGB69572-
CMYK00.170.970.73
HSL49.25º94.37%13.92%-
HSV(B)49.25º97.1%27.06%-
XYZ3.934.20.66-
YUV54.3298.48138.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=53.91%
G=44.53%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6957200.170.970.7349.2594.3713.92
Hex453920116149315ee
Octal1057120211411116113616
Binary1000101111001100100011100001100100111000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453902; }

 p { color: rgb(69,57,2); }

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

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

 a { background-color: rgb(69,57,2); }

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

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

 span { border-color: rgb(69,57,2); }

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