#41472E

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

Shades of Bronzetone #41472E

Tints of Bronzetone #41472E

Color information

#41472E (or 0x41472E) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 2E. RGB value is (65,71,46). Sum of RGB (Red+Green+Blue) = 65+71+46=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #41472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41472E is #BEB8D1. Grayscale: #424242. Windows color (decimal): -12499154 or 3032897. OLE color: 3032897.

HSL color Cylindrical-coordinate representation of color #41472E: hue angle of 74.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41472E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB657146-
CMYK0.0800.350.72
HSL74.4º21.37%22.94%-
HSV(B)74.4º35.21%27.84%-
XYZ4.935.833.45-
YUV66.36116.51127.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 46 (18.36% from 255) = 25.27%
R=35.71%
G=39.01%
B=25.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571460.0800.350.7274.421.3722.94
Hex41472E8023484a1517
Octal10110756100431101122527
Binary1000001100011110111010000100011100100010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,71,46); }

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

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

 a { background-color: rgb(65,71,46); }

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

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

 span { border-color: rgb(65,71,46); }

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