#3E531F

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

Shades of Bronzetone #3E531F

Tints of Bronzetone #3E531F

Color information

#3E531F (or 0x3E531F) is unknown color: approx Bronzetone. HEX triplet: 3E, 53 and 1F. RGB value is (62,83,31). Sum of RGB (Red+Green+Blue) = 62+83+31=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #3E531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E531F is #C1ACE0. Grayscale: #464646. Windows color (decimal): -12692705 or 2052926. OLE color: 2052926.

HSL color Cylindrical-coordinate representation of color #3E531F: hue angle of 84.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E531F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB628331-
CMYK0.2500.630.67
HSL84.23º45.61%22.35%-
HSV(B)84.23º62.65%32.55%-
XYZ5.337.312.43-
YUV70.79105.54121.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.23%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=35.23%
G=47.16%
B=17.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6283310.2500.630.6784.2345.6122.35
Hex3E531F1903F43542e16
Octal7612337310771031245626
Binary1111101010011111111100101111111000011101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E531F; }

 p { color: rgb(62,83,31); }

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

<style>
 a { background-color: #3E531F; }

 a { background-color: rgb(62,83,31); }

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

<style>
 span { border-color: #3E531F; }

 span { border-color: rgb(62,83,31); }

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