#414F1E

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

Shades of Bronzetone #414F1E

Tints of Bronzetone #414F1E

Color information

#414F1E (or 0x414F1E) is unknown color: approx Bronzetone. HEX triplet: 41, 4F and 1E. RGB value is (65,79,30). Sum of RGB (Red+Green+Blue) = 65+79+30=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #414F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F1E is #BEB0E1. Grayscale: #454545. Windows color (decimal): -12497122 or 1986369. OLE color: 1986369.

HSL color Cylindrical-coordinate representation of color #414F1E: hue angle of 77.14º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414F1E is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB657930-
CMYK0.1800.620.69
HSL77.14º44.95%21.37%-
HSV(B)77.14º62.03%30.98%-
XYZ5.216.812.27-
YUV69.23105.86124.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=37.36%
G=45.40%
B=17.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6579300.1800.620.6977.1444.9521.37
Hex414F1E1203E454d2d15
Octal10111736220761051155525
Binary10000011001111111101001001111101000101100110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414F1E; }

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

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

<style>
 a { background-color: #414F1E; }

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

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

<style>
 span { border-color: #414F1E; }

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

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