#45410F

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

Shades of Madras #45410F

Tints of Madras #45410F

Color information

#45410F (or 0x45410F) is unknown color: approx Madras. HEX triplet: 45, 41 and 0F. RGB value is (69,65,15). Sum of RGB (Red+Green+Blue) = 69+65+15=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 69 - color contains mainly: red. Hex color #45410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45410F is #BABEF0. Grayscale: #3C3C3C. Windows color (decimal): -12238577 or 999749. OLE color: 999749.

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

Color convert

RGB696515-
CMYK00.060.780.73
HSL55.56º64.29%16.47%-
HSV(B)55.56º78.26%27.06%-
XYZ4.435.081.2-
YUV60.5102.33134.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.31%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=46.31%
G=43.62%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69651500.060.780.7355.5664.2916.47
Hex4541F064E49384010
Octal10510117061161117010020
Binary100010110000011111011010011101001001111000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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