#3D4B1F

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

Shades of Bronzetone #3D4B1F

Tints of Bronzetone #3D4B1F

Color information

#3D4B1F (or 0x3D4B1F) is unknown color: approx Bronzetone. HEX triplet: 3D, 4B and 1F. RGB value is (61,75,31). Sum of RGB (Red+Green+Blue) = 61+75+31=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B1F is #C2B4E0. Grayscale: #414141. Windows color (decimal): -12760289 or 2050877. OLE color: 2050877.

HSL color Cylindrical-coordinate representation of color #3D4B1F: hue angle of 79.09º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D4B1F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB617531-
CMYK0.1900.590.71
HSL79.09º41.51%20.78%-
HSV(B)79.09º58.67%29.41%-
XYZ4.696.122.23-
YUV65.8108.36124.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 36.53%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=36.53%
G=44.91%
B=18.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6175310.1900.590.7179.0941.5120.78
Hex3D4B1F1303B474f2a15
Octal7511337230731071175225
Binary1111011001011111111001101110111000111100111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,75,31); }

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

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

 a { background-color: rgb(61,75,31); }

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

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

 span { border-color: rgb(61,75,31); }

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