#41472B

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

Shades of Bronzetone #41472B

Tints of Bronzetone #41472B

Color information

#41472B (or 0x41472B) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 2B. RGB value is (65,71,43). Sum of RGB (Red+Green+Blue) = 65+71+43=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #41472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41472B is #BEB8D4. Grayscale: #424242. Windows color (decimal): -12499157 or 2836289. OLE color: 2836289.

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

Color convert

RGB657143-
CMYK0.0800.390.72
HSL72.86º24.56%22.35%-
HSV(B)72.86º39.44%27.84%-
XYZ4.875.83.15-
YUV66.01115.01127.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=36.31%
G=39.66%
B=24.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571430.0800.390.7272.8624.5622.35
Hex41472B802748491916
Octal10110753100471101113126
Binary1000001100011110101110000100111100100010010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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