#534D1F

Color #534D1F Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #534D1F

Tints of Bronze Olive #534D1F

Color information

#534D1F (or 0x534D1F) is unknown color: approx Bronze Olive. HEX triplet: 53, 4D and 1F. RGB value is (83,77,31). Sum of RGB (Red+Green+Blue) = 83+77+31=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1F is #ACB2E0. Grayscale: #494949. Windows color (decimal): -11317985 or 2051411. OLE color: 2051411.

HSL color Cylindrical-coordinate representation of color #534D1F: hue angle of 53.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #534D1F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB837731-
CMYK00.070.630.67
HSL53.08º45.61%22.35%-
HSV(B)53.08º62.65%32.55%-
XYZ6.477.252.35-
YUV73.55103.99134.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=43.46%
G=40.31%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83773100.070.630.6753.0845.6122.35
Hex534D1F073F43352e16
Octal123115370777103655626
Binary10100111001101111110111111111100001111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D1F; }

 p { color: rgb(83,77,31); }

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

<style>
 a { background-color: #534D1F; }

 a { background-color: rgb(83,77,31); }

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

<style>
 span { border-color: #534D1F; }

 span { border-color: rgb(83,77,31); }

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