#45421E

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

Shades of Madras #45421E

Tints of Madras #45421E

Color information

#45421E (or 0x45421E) is unknown color: approx Madras. HEX triplet: 45, 42 and 1E. RGB value is (69,66,30). Sum of RGB (Red+Green+Blue) = 69+66+30=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #45421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45421E is #BABDE1. Grayscale: #3E3E3E. Windows color (decimal): -12238306 or 1983045. OLE color: 1983045.

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

Color convert

RGB696630-
CMYK00.040.570.73
HSL55.38º39.39%19.41%-
HSV(B)55.38º56.52%27.06%-
XYZ4.645.262-
YUV62.79109.49132.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=41.82%
G=40%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69663000.040.570.7355.3839.3919.41
Hex45421E043949372713
Octal105102360471111674723
Binary10001011000010111100100111001100100111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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