#45401E

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

Shades of Madras #45401E

Tints of Madras #45401E

Color information

#45401E (or 0x45401E) is unknown color: approx Madras. HEX triplet: 45, 40 and 1E. RGB value is (69,64,30). Sum of RGB (Red+Green+Blue) = 69+64+30=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #45401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45401E is #BABFE1. Grayscale: #3D3D3D. Windows color (decimal): -12238818 or 1982533. OLE color: 1982533.

HSL color Cylindrical-coordinate representation of color #45401E: hue angle of 52.31º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45401E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB696430-
CMYK00.070.570.73
HSL52.31º39.39%19.41%-
HSV(B)52.31º56.52%27.06%-
XYZ4.525.031.96-
YUV61.62110.16133.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=42.33%
G=39.26%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69643000.070.570.7352.3139.3919.41
Hex45401E073949342713
Octal105100360771111644723
Binary10001011000000111100111111001100100111010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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