#45390E

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

Shades of Madras #45390E

Tints of Madras #45390E

Color information

#45390E (or 0x45390E) is unknown color: approx Madras. HEX triplet: 45, 39 and 0E. RGB value is (69,57,14). Sum of RGB (Red+Green+Blue) = 69+57+14=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #45390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45390E is #BAC6F1. Grayscale: #373737. Windows color (decimal): -12240626 or 932165. OLE color: 932165.

HSL color Cylindrical-coordinate representation of color #45390E: hue angle of 46.91º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45390E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB695714-
CMYK00.170.800.73
HSL46.91º66.27%16.27%-
HSV(B)46.91º79.71%27.06%-
XYZ44.221.02-
YUV55.69104.48137.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 57 (22.66% from 255) = 40.71%
BLUE value IS 14 (5.86% from 255) = 10%
R=49.29%
G=40.71%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69571400.170.800.7346.9166.2716.27
Hex4539E01150492f4210
Octal10571160211201115710220
Binary1000101111001111001000110100001001001101111100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45390E; }

 p { color: rgb(69,57,14); }

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

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

 a { background-color: rgb(69,57,14); }

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

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

 span { border-color: rgb(69,57,14); }

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