#3F5320

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

Shades of Bronzetone #3F5320

Tints of Bronzetone #3F5320

Color information

#3F5320 (or 0x3F5320) is unknown color: approx Bronzetone. HEX triplet: 3F, 53 and 20. RGB value is (63,83,32). Sum of RGB (Red+Green+Blue) = 63+83+32=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5320 is #C0ACDF. Grayscale: #474747. Windows color (decimal): -12627168 or 2118463. OLE color: 2118463.

HSL color Cylindrical-coordinate representation of color #3F5320: hue angle of 83.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F5320 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB638332-
CMYK0.2400.610.67
HSL83.53º44.35%22.55%-
HSV(B)83.53º61.45%32.55%-
XYZ5.47.352.5-
YUV71.21105.87122.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.39%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=35.39%
G=46.63%
B=17.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383320.2400.610.6783.5344.3522.55
Hex3F53201803D43542c17
Octal7712340300751031245427
Binary11111110100111000001100001111011000011101010010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,32); }

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

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

 a { background-color: rgb(63,83,32); }

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

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

 span { border-color: rgb(63,83,32); }

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