#454002

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

Shades of Madras #454002

Tints of Madras #454002

Color information

#454002 (or 0x454002) is unknown color: approx Madras. HEX triplet: 45, 40 and 02. RGB value is (69,64,2). Sum of RGB (Red+Green+Blue) = 69+64+2=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #454002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454002 is #BABFFD. Grayscale: #3A3A3A. Windows color (decimal): -12238846 or 147525. OLE color: 147525.

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

Color convert

RGB69642-
CMYK00.070.970.73
HSL55.52º94.37%13.92%-
HSV(B)55.52º97.1%27.06%-
XYZ4.34.940.78-
YUV58.4396.16135.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 64 (25.39% from 255) = 47.41%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=51.11%
G=47.41%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6964200.070.970.7355.5294.3713.92
Hex45402076149385ee
Octal1051002071411117013616
Binary100010110000001001111100001100100111100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454002; }

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

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

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

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

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

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

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

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