#45410A

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

Shades of Madras #45410A

Tints of Madras #45410A

Color information

#45410A (or 0x45410A) is unknown color: approx Madras. HEX triplet: 45, 41 and 0A. RGB value is (69,65,10). Sum of RGB (Red+Green+Blue) = 69+65+10=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #45410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45410A is #BABEF5. Grayscale: #3C3C3C. Windows color (decimal): -12238582 or 672069. OLE color: 672069.

HSL color Cylindrical-coordinate representation of color #45410A: hue angle of 55.93º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45410A is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB696510-
CMYK00.060.860.73
HSL55.93º74.68%15.49%-
HSV(B)55.93º85.51%27.06%-
XYZ4.45.071.03-
YUV59.9399.83134.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=47.92%
G=45.14%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69651000.060.860.7355.9374.6815.49
Hex4541A065649384bf
Octal10510112061261117011317
Binary10001011000001101001101010110100100111100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45410A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,65,10); }

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

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

 a { background-color: rgb(69,65,10); }

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

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

 span { border-color: rgb(69,65,10); }

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