#40541E

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

Shades of Bronzetone #40541E

Tints of Bronzetone #40541E

Color information

#40541E (or 0x40541E) is unknown color: approx Bronzetone. HEX triplet: 40, 54 and 1E. RGB value is (64,84,30). Sum of RGB (Red+Green+Blue) = 64+84+30=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #40541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541E is #BFABE1. Grayscale: #484848. Windows color (decimal): -12561378 or 1987648. OLE color: 1987648.

HSL color Cylindrical-coordinate representation of color #40541E: hue angle of 82.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40541E is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB648430-
CMYK0.2400.640.67
HSL82.22º47.37%22.35%-
HSV(B)82.22º64.29%32.94%-
XYZ5.527.522.39-
YUV71.86104.37122.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=35.96%
G=47.19%
B=16.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484300.2400.640.6782.2247.3722.35
Hex40541E1804043522f16
Octal100124363001001031225726
Binary100000010101001111011000010000001000011101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,84,30); }

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

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

 a { background-color: rgb(64,84,30); }

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

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

 span { border-color: rgb(64,84,30); }

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