#41461E

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

Shades of Bronzetone #41461E

Tints of Bronzetone #41461E

Color information

#41461E (or 0x41461E) is unknown color: approx Bronzetone. HEX triplet: 41, 46 and 1E. RGB value is (65,70,30). Sum of RGB (Red+Green+Blue) = 65+70+30=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 70 - color contains mainly: green. Hex color #41461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41461E is #BEB9E1. Grayscale: #404040. Windows color (decimal): -12499426 or 1984065. OLE color: 1984065.

HSL color Cylindrical-coordinate representation of color #41461E: hue angle of 67.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41461E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB657030-
CMYK0.0700.570.73
HSL67.5º40%19.61%-
HSV(B)67.5º57.14%27.45%-
XYZ4.65.62.07-
YUV63.94108.84128.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.39%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=39.39%
G=42.42%
B=18.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570300.0700.570.7367.54019.61
Hex41461E703949442814
Octal1011063670711111045024
Binary100000110001101111011101110011001001100010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,70,30); }

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

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

 a { background-color: rgb(65,70,30); }

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

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

 span { border-color: rgb(65,70,30); }

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