#41472A

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

Shades of Bronzetone #41472A

Tints of Bronzetone #41472A

Color information

#41472A (or 0x41472A) is unknown color: approx Bronzetone. HEX triplet: 41, 47 and 2A. RGB value is (65,71,42). Sum of RGB (Red+Green+Blue) = 65+71+42=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #41472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41472A is #BEB8D5. Grayscale: #424242. Windows color (decimal): -12499158 or 2770753. OLE color: 2770753.

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

Color convert

RGB657142-
CMYK0.0800.410.72
HSL72.41º25.66%22.16%-
HSV(B)72.41º40.85%27.84%-
XYZ4.855.83.05-
YUV65.9114.51127.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=36.52%
G=39.89%
B=23.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6571420.0800.410.7272.4125.6622.16
Hex41472A802948481a16
Octal10110752100511101103226
Binary1000001100011110101010000101001100100010010001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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