#453502

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

Shades of Madras #453502

Tints of Madras #453502

Color information

#453502 (or 0x453502) is unknown color: approx Madras. HEX triplet: 45, 35 and 02. RGB value is (69,53,2). Sum of RGB (Red+Green+Blue) = 69+53+2=124 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.65% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 69 - color contains mainly: red. Hex color #453502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453502 is #BACAFD. Grayscale: #343434. Windows color (decimal): -12241662 or 144709. OLE color: 144709.

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

Color convert

RGB69532-
CMYK00.230.970.73
HSL45.67º94.37%13.92%-
HSV(B)45.67º97.1%27.06%-
XYZ3.743.820.6-
YUV51.9799.8140.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.65%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 2 (1.17% from 255) = 1.61%
R=55.65%
G=42.74%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6953200.230.970.7345.6794.3713.92
Hex4535201761492e5ee
Octal1056520271411115613616
Binary1000101110101100101111100001100100110111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453502; }

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

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

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

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

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

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

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

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