#454003

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

Shades of Madras #454003

Tints of Madras #454003

Color information

#454003 (or 0x454003) is unknown color: approx Madras. HEX triplet: 45, 40 and 03. RGB value is (69,64,3). Sum of RGB (Red+Green+Blue) = 69+64+3=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #454003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454003 is #BABFFC. Grayscale: #3A3A3A. Windows color (decimal): -12238845 or 213061. OLE color: 213061.

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

Color convert

RGB69643-
CMYK00.070.960.73
HSL55.45º91.67%14.12%-
HSV(B)55.45º95.65%27.06%-
XYZ4.34.940.81-
YUV58.5496.66135.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 2.21%
R=50.74%
G=47.06%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6964300.070.960.7355.4591.6714.12
Hex45403076049375ce
Octal1051003071401116713416
Binary100010110000001101111100000100100111011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454003; }

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

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

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

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

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

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

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

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