#53461F

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

Shades of Bronze Olive #53461F

Tints of Bronze Olive #53461F

Color information

#53461F (or 0x53461F) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 1F. RGB value is (83,70,31). Sum of RGB (Red+Green+Blue) = 83+70+31=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53461F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461F is #ACB9E0. Grayscale: #454545. Windows color (decimal): -11319777 or 2049619. OLE color: 2049619.

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

Color convert

RGB837031-
CMYK00.160.630.67
HSL45º45.61%22.35%-
HSV(B)45º62.65%32.55%-
XYZ66.322.2-
YUV69.44106.31137.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=45.11%
G=38.04%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83703100.160.630.674545.6122.35
Hex53461F0103F432d2e16
Octal1231063702077103555626
Binary1010011100011011111010000111111100001110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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