#53471C

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

Shades of Bronze Olive #53471C

Tints of Bronze Olive #53471C

Color information

#53471C (or 0x53471C) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 1C. RGB value is (83,71,28). Sum of RGB (Red+Green+Blue) = 83+71+28=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471C is #ACB8E3. Grayscale: #454545. Windows color (decimal): -11319524 or 1853267. OLE color: 1853267.

HSL color Cylindrical-coordinate representation of color #53471C: hue angle of 46.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53471C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB837128-
CMYK00.140.660.67
HSL46.91º49.55%21.76%-
HSV(B)46.91º66.27%32.55%-
XYZ6.036.432.02-
YUV69.69104.48137.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=45.60%
G=39.01%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83712800.140.660.6746.9149.5521.76
Hex53471C0E42432f3216
Octal12310734016102103576226
Binary1010011100011111100011101000010100001110111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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