#45380E

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

Shades of Madras #45380E

Tints of Madras #45380E

Color information

#45380E (or 0x45380E) is unknown color: approx Madras. HEX triplet: 45, 38 and 0E. RGB value is (69,56,14). Sum of RGB (Red+Green+Blue) = 69+56+14=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #45380E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45380E is #BAC7F1. Grayscale: #373737. Windows color (decimal): -12240882 or 931909. OLE color: 931909.

HSL color Cylindrical-coordinate representation of color #45380E: hue angle of 45.82º 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 #45380E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB695614-
CMYK00.190.800.73
HSL45.82º66.27%16.27%-
HSV(B)45.82º79.71%27.06%-
XYZ3.954.131-
YUV55.1104.81137.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 56 (22.27% from 255) = 40.29%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=49.64%
G=40.29%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69561400.190.800.7345.8266.2716.27
Hex4538E01350492e4210
Octal10570160231201115610220
Binary1000101111000111001001110100001001001101110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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