#454211

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

Shades of Madras #454211

Tints of Madras #454211

Color information

#454211 (or 0x454211) is unknown color: approx Madras. HEX triplet: 45, 42 and 11. RGB value is (69,66,17). Sum of RGB (Red+Green+Blue) = 69+66+17=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #454211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454211 is #BABDEE. Grayscale: #3D3D3D. Windows color (decimal): -12238319 or 1131077. OLE color: 1131077.

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

Color convert

RGB696617-
CMYK00.040.750.73
HSL56.54º60.47%16.86%-
HSV(B)56.54º75.36%27.06%-
XYZ4.55.21.3-
YUV61.31102.99133.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=45.39%
G=43.42%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69661700.040.750.7356.5460.4716.86
Hex454211044B49393c11
Octal1051022104113111717421
Binary100010110000101000101001001011100100111100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454211; }

 p { color: rgb(69,66,17); }

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

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

 a { background-color: rgb(69,66,17); }

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

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

 span { border-color: rgb(69,66,17); }

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