#3B531B

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

Shades of Bronzetone #3B531B

Tints of Bronzetone #3B531B

Color information

#3B531B (or 0x3B531B) is unknown color: approx Bronzetone. HEX triplet: 3B, 53 and 1B. RGB value is (59,83,27). Sum of RGB (Red+Green+Blue) = 59+83+27=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #3B531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B531B is #C4ACE4. Grayscale: #454545. Windows color (decimal): -12889317 or 1790779. OLE color: 1790779.

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

Color convert

RGB598327-
CMYK0.2900.670.67
HSL85.71º50.91%21.57%-
HSV(B)85.71º67.47%32.55%-
XYZ5.097.22.16-
YUV69.44104.05120.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.91%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=34.91%
G=49.11%
B=15.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5983270.2900.670.6785.7150.9121.57
Hex3B531B1D04343563316
Octal73123333501031031266326
Binary11101110100111101111101010000111000011101011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,27); }

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

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

 a { background-color: rgb(59,83,27); }

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

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

 span { border-color: rgb(59,83,27); }

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