#454316

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

Shades of Madras #454316

Tints of Madras #454316

Color information

#454316 (or 0x454316) is unknown color: approx Madras. HEX triplet: 45, 43 and 16. RGB value is (69,67,22). Sum of RGB (Red+Green+Blue) = 69+67+22=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #454316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454316 is #BABCE9. Grayscale: #3E3E3E. Windows color (decimal): -12238058 or 1459013. OLE color: 1459013.

HSL color Cylindrical-coordinate representation of color #454316: hue angle of 57.45º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #454316 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB696722-
CMYK00.030.680.73
HSL57.45º51.65%17.84%-
HSV(B)57.45º68.12%27.06%-
XYZ4.615.341.55-
YUV62.47105.16132.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=43.67%
G=42.41%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69672200.030.680.7357.4551.6517.84
Hex454316034449393412
Octal1051032603104111716422
Binary10001011000011101100111000100100100111100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454316; }

 p { color: rgb(69,67,22); }

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

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

 a { background-color: rgb(69,67,22); }

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

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

 span { border-color: rgb(69,67,22); }

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