#3D511E

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

Shades of Bronzetone #3D511E

Tints of Bronzetone #3D511E

Color information

#3D511E (or 0x3D511E) is unknown color: approx Bronzetone. HEX triplet: 3D, 51 and 1E. RGB value is (61,81,30). Sum of RGB (Red+Green+Blue) = 61+81+30=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #3D511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D511E is #C2AEE1. Grayscale: #454545. Windows color (decimal): -12758754 or 1986877. OLE color: 1986877.

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

Color convert

RGB618130-
CMYK0.2500.630.68
HSL83.53º45.95%21.76%-
HSV(B)83.53º62.96%31.76%-
XYZ5.16.972.3-
YUV69.21105.87122.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 35.47%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=35.47%
G=47.09%
B=17.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6181300.2500.630.6883.5345.9521.76
Hex3D511E1903F44542e16
Octal7512136310771041245626
Binary1111011010001111101100101111111000100101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D511E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,30); }

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

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

 a { background-color: rgb(61,81,30); }

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

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

 span { border-color: rgb(61,81,30); }

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