#45431A

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

Shades of Madras #45431A

Tints of Madras #45431A

Color information

#45431A (or 0x45431A) is unknown color: approx Madras. HEX triplet: 45, 43 and 1A. RGB value is (69,67,26). Sum of RGB (Red+Green+Blue) = 69+67+26=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #45431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45431A is #BABCE5. Grayscale: #3F3F3F. Windows color (decimal): -12238054 or 1721157. OLE color: 1721157.

HSL color Cylindrical-coordinate representation of color #45431A: hue angle of 57.21º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45431A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB696726-
CMYK00.030.620.73
HSL57.21º45.26%18.63%-
HSV(B)57.21º62.32%27.06%-
XYZ4.655.351.77-
YUV62.92107.16132.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 67 (26.56% from 255) = 41.36%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=42.59%
G=41.36%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69672600.030.620.7357.2145.2618.63
Hex45431A033E49392d13
Octal105103320376111715523
Binary1000101100001111010011111110100100111100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45431A; }

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

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

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

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

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

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

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

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