#53471F

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

Shades of Bronze Olive #53471F

Tints of Bronze Olive #53471F

Color information

#53471F (or 0x53471F) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 1F. RGB value is (83,71,31). Sum of RGB (Red+Green+Blue) = 83+71+31=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471F is #ACB8E0. Grayscale: #464646. Windows color (decimal): -11319521 or 2049875. OLE color: 2049875.

HSL color Cylindrical-coordinate representation of color #53471F: hue angle of 46.15º 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 #53471F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB837131-
CMYK00.140.630.67
HSL46.15º45.61%22.35%-
HSV(B)46.15º62.65%32.55%-
XYZ6.076.442.22-
YUV70.03105.98137.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=44.86%
G=38.38%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83713100.140.630.6746.1545.6122.35
Hex53471F0E3F432e2e16
Octal1231073701677103565626
Binary101001110001111111101110111111100001110111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53471F; }

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

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

<style>
 a { background-color: #53471F; }

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

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

<style>
 span { border-color: #53471F; }

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

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