#3E501F

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

Shades of Bronzetone #3E501F

Tints of Bronzetone #3E501F

Color information

#3E501F (or 0x3E501F) is unknown color: approx Bronzetone. HEX triplet: 3E, 50 and 1F. RGB value is (62,80,31). Sum of RGB (Red+Green+Blue) = 62+80+31=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #3E501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E501F is #C1AFE0. Grayscale: #454545. Windows color (decimal): -12693473 or 2052158. OLE color: 2052158.

HSL color Cylindrical-coordinate representation of color #3E501F: hue angle of 82.04º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E501F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB628031-
CMYK0.2200.610.69
HSL82.04º44.14%21.76%-
HSV(B)82.04º61.25%31.37%-
XYZ5.16.862.35-
YUV69.03106.54122.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=35.84%
G=46.24%
B=17.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6280310.2200.610.6982.0444.1421.76
Hex3E501F1603D45522c16
Octal7612037260751051225426
Binary1111101010000111111011001111011000101101001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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