#45431B

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

Shades of Madras #45431B

Tints of Madras #45431B

Color information

#45431B (or 0x45431B) is unknown color: approx Madras. HEX triplet: 45, 43 and 1B. RGB value is (69,67,27). Sum of RGB (Red+Green+Blue) = 69+67+27=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 67 (26.56% from 255 or 41.10% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #45431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45431B is #BABCE4. Grayscale: #3F3F3F. Windows color (decimal): -12238053 or 1786693. OLE color: 1786693.

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

Color convert

RGB696727-
CMYK00.030.610.73
HSL57.14º43.75%18.82%-
HSV(B)57.14º60.87%27.06%-
XYZ4.665.361.83-
YUV63.04107.66132.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 67 (26.56% from 255) = 41.10%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=42.33%
G=41.10%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69672700.030.610.7357.1443.7518.82
Hex45431B033D49392c13
Octal105103330375111715423
Binary1000101100001111011011111101100100111100110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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